1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm/Option
Jan Svoboda 8d411fdc2d [clang][cli] Accept strings instead of options in ImpliedByAnyOf
To be able to refer to constant keypaths (e.g. `defvar cplusplus = LangOpts<"CPlusPlus">`) inside `ImpliedByAnyOf`, let's accept strings instead of `Option` instances.

This somewhat weakens the guarantees that we're referring to an existing (option) record, but we can still use the option.KeyPath syntax to simulate this.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D95344
2021-01-26 09:30:36 +01:00
..
Arg.h
ArgList.h [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Option.h [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
OptParser.td [clang][cli] Accept strings instead of options in ImpliedByAnyOf 2021-01-26 09:30:36 +01:00
OptSpecifier.h
OptTable.h [NFC] Fix the signature and definition of findByPrefix 2020-09-11 12:38:28 +01:00