13 #ifndef LLVM_CLANG_DRIVER_OPTIONUTILS_H 14 #define LLVM_CLANG_DRIVER_OPTIONUTILS_H 18 #include "llvm/Option/OptSpecifier.h" 34 llvm::opt::OptSpecifier
Id,
int Default,
35 DiagnosticsEngine *Diags =
nullptr,
unsigned Base = 0);
38 llvm::opt::OptSpecifier
Id,
int Default,
44 llvm::opt::OptSpecifier
Id, uint64_t
Default,
49 llvm::opt::OptSpecifier Id,
58 #endif // LLVM_CLANG_DRIVER_OPTIONUTILS_H Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion...
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Concrete class used by the front-end to report problems and issues.
Defines the Diagnostic-related interfaces.
uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, llvm::opt::OptSpecifier Id, uint64_t Default, DiagnosticsEngine &Diags, unsigned Base=0)
Dataflow Directional Tag Classes.
int getLastArgIntValue(const llvm::opt::ArgList &Args, llvm::opt::OptSpecifier Id, int Default, DiagnosticsEngine &Diags, unsigned Base=0)