|
clang 22.0.0git
|
#include "clang/Frontend/CompilerInvocation.h"#include "TestModuleFileExtension.h"#include "clang/Basic/Builtins.h"#include "clang/Basic/CharInfo.h"#include "clang/Basic/CodeGenOptions.h"#include "clang/Basic/CommentOptions.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/DiagnosticDriver.h"#include "clang/Basic/DiagnosticFrontend.h"#include "clang/Basic/DiagnosticOptions.h"#include "clang/Basic/FileSystemOptions.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/LangOptions.h"#include "clang/Basic/LangStandard.h"#include "clang/Basic/ObjCRuntime.h"#include "clang/Basic/Sanitizers.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/TargetOptions.h"#include "clang/Basic/Version.h"#include "clang/Basic/XRayInstr.h"#include "clang/Config/config.h"#include "clang/Frontend/CommandLineSourceLoc.h"#include "clang/Frontend/DependencyOutputOptions.h"#include "clang/Frontend/FrontendOptions.h"#include "clang/Frontend/MigratorOptions.h"#include "clang/Frontend/PreprocessorOutputOptions.h"#include "clang/Frontend/TextDiagnosticBuffer.h"#include "clang/Frontend/Utils.h"#include "clang/Lex/HeaderSearchOptions.h"#include "clang/Lex/PreprocessorOptions.h"#include "clang/Options/Options.h"#include "clang/Serialization/ASTBitCodes.h"#include "clang/Serialization/ModuleFileExtension.h"#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/CachedHashString.h"#include "llvm/ADT/FloatingPointMode.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/ADT/Twine.h"#include "llvm/Config/llvm-config.h"#include "llvm/Frontend/Debug/Options.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/Linker/Linker.h"#include "llvm/MC/MCTargetOptions.h"#include "llvm/Option/Arg.h"#include "llvm/Option/ArgList.h"#include "llvm/Option/OptSpecifier.h"#include "llvm/Option/OptTable.h"#include "llvm/Option/Option.h"#include "llvm/ProfileData/InstrProfReader.h"#include "llvm/Remarks/HotnessThresholdParser.h"#include "llvm/Support/CodeGen.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Error.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/HashBuilder.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include "llvm/Support/Process.h"#include "llvm/Support/Regex.h"#include "llvm/Support/VersionTuple.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetOptions.h"#include "llvm/TargetParser/Host.h"#include "llvm/TargetParser/Triple.h"#include <algorithm>#include <cassert>#include <cstddef>#include <cstring>#include <ctime>#include <fstream>#include <limits>#include <memory>#include <optional>#include <string>#include <tuple>#include <type_traits>#include <utility>#include <vector>#include "clang/Options/Options.inc"#include "clang/StaticAnalyzer/Core/Analyses.def"#include "clang/StaticAnalyzer/Core/AnalyzerOptions.def"#include "clang/Basic/CFProtectionOptions.def"#include "clang/Basic/ABIVersions.def"#include "clang/Basic/LangStandards.def"#include "clang/Basic/LangOptions.def"#include "clang/Basic/DiagnosticOptions.def"#include "clang/Basic/CodeGenOptions.def"#include "clang/Basic/DebugOptions.def"Go to the source code of this file.
Macros | |
| #define | OPTTABLE_STR_TABLE_CODE |
| #define | SIMPLE_ENUM_VALUE_TABLE |
| #define | PARSE_OPTION_WITH_MARSHALLING( ARGS, DIAGS, PREFIX_TYPE, SPELLING_OFFSET, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, VISIBILITY, PARAM, HELPTEXT, HELPTEXTSFORVARIANTS, METAVAR, VALUES, SUBCOMMANDIDS_OFFSET, SHOULD_PARSE, ALWAYS_EMIT, KEYPATH, DEFAULT_VALUE, IMPLIED_CHECK, IMPLIED_VALUE, NORMALIZER, DENORMALIZER, MERGER, EXTRACTOR, TABLE_INDEX) |
| #define | GENERATE_OPTION_WITH_MARSHALLING( CONSUMER, PREFIX_TYPE, SPELLING_OFFSET, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, VISIBILITY, PARAM, HELPTEXT, HELPTEXTSFORVARIANTS, METAVAR, VALUES, SUBCOMMANDIDS_OFFSET, SHOULD_PARSE, ALWAYS_EMIT, KEYPATH, DEFAULT_VALUE, IMPLIED_CHECK, IMPLIED_VALUE, NORMALIZER, DENORMALIZER, MERGER, EXTRACTOR, TABLE_INDEX) |
| #define | ANALYZER_OPTION_WITH_MARSHALLING(...) |
| #define | ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) |
| #define | ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) |
| #define | ANALYSIS_PURGE(NAME, CMDFLAG, DESC) |
| #define | ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) |
| #define | ANALYZER_OPTION_WITH_MARSHALLING(...) |
| #define | ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) |
| #define | ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) |
| #define | ANALYSIS_PURGE(NAME, CMDFLAG, DESC) |
| #define | ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) |
| #define | ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, DEFAULT_VAL) |
| #define | ANALYZER_OPTION_DEPENDS_ON_USER_MODE(...) |
| #define | ANALYZER_OPTION(...) |
| #define | ANALYZER_OPTION_DEPENDS_ON_USER_MODE(TYPE, NAME, CMDFLAG, DESC, SHALLOW_VAL, DEEP_VAL) |
| #define | CODEGEN_OPTION_WITH_MARSHALLING(...) |
| #define | CF_BRANCH_LABEL_SCHEME(Kind, FlagVal) |
| #define | CODEGEN_OPTION_WITH_MARSHALLING(...) |
| #define | CF_BRANCH_LABEL_SCHEME(Kind, FlagVal) |
| #define | DEPENDENCY_OUTPUT_OPTION_WITH_MARSHALLING(...) |
| #define | DEPENDENCY_OUTPUT_OPTION_WITH_MARSHALLING(...) |
| #define | FILE_SYSTEM_OPTION_WITH_MARSHALLING(...) |
| #define | FILE_SYSTEM_OPTION_WITH_MARSHALLING(...) |
| #define | MIGRATOR_OPTION_WITH_MARSHALLING(...) |
| #define | MIGRATOR_OPTION_WITH_MARSHALLING(...) |
| #define | DIAG_OPTION_WITH_MARSHALLING(...) |
| #define | DIAG_OPTION_WITH_MARSHALLING(...) |
| #define | FRONTEND_OPTION_WITH_MARSHALLING(...) |
| #define | FRONTEND_OPTION_WITH_MARSHALLING(...) |
| #define | HEADER_SEARCH_OPTION_WITH_MARSHALLING(...) |
| #define | HEADER_SEARCH_OPTION_WITH_MARSHALLING(...) |
| #define | LANG_OPTION_WITH_MARSHALLING(...) |
| #define | ABI_VER_MAJOR_MINOR(Major, Minor) |
| #define | ABI_VER_MAJOR(Major) |
| #define | ABI_VER_LATEST(Latest) |
| #define | LANGSTANDARD(id, name, lang, desc, features, version) |
| #define | LANGSTANDARD_ALIAS(id, alias) |
| #define | LANGSTANDARD_ALIAS_DEPR(id, alias) |
| #define | LANGSTANDARD(id, name, lang, desc, features, version) |
| #define | LANGSTANDARD_ALIAS(id, alias) |
| #define | LANGSTANDARD_ALIAS_DEPR(id, alias) |
| #define | LANG_OPTION_WITH_MARSHALLING(...) |
| #define | CF_BRANCH_LABEL_SCHEME(Kind, FlagVal) |
| #define | ABI_VER_MAJOR_MINOR(Major_, Minor_) |
| #define | ABI_VER_MAJOR(Major_) |
| #define | ABI_VER_LATEST(Latest) |
| #define | PREPROCESSOR_OPTION_WITH_MARSHALLING(...) |
| #define | PREPROCESSOR_OPTION_WITH_MARSHALLING(...) |
| #define | PREPROCESSOR_OUTPUT_OPTION_WITH_MARSHALLING(...) |
| #define | PREPROCESSOR_OUTPUT_OPTION_WITH_MARSHALLING(...) |
| #define | TARGET_OPTION_WITH_MARSHALLING(...) |
| #define | TARGET_OPTION_WITH_MARSHALLING(...) |
| #define | LANGOPT(Name, Bits, Default, Compatibility, Description) |
| #define | ENUM_LANGOPT(Name, Type, Bits, Default, Compatibility, Description) |
| #define | DIAGOPT(Name, Bits, Default) |
| #define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
| #define | CODEGENOPT(Name, Bits, Default, Compatibility) |
| #define | ENUM_CODEGENOPT(Name, Type, Bits, Default, Compatibility) |
| #define | DEBUGOPT(Name, Bits, Default, Compatibility) |
| #define | VALUE_DEBUGOPT(Name, Bits, Default, Compatibility) |
| #define | ENUM_DEBUGOPT(Name, Type, Bits, Default, Compatibility) |
| #define | DEBUGOPT(Name, Bits, Default, Compatibility) |
| #define | VALUE_DEBUGOPT(Name, Bits, Default, Compatibility) |
| #define | ENUM_DEBUGOPT(Name, Type, Bits, Default, Compatibility) |
| #define | RETURN_IF(PATH) |
| #define | RETURN_IF_MANY(PATHS) |
Typedefs | |
| using | ArgumentConsumer = CompilerInvocation::ArgumentConsumer |
| using | ParseFn |
| using | GenerateFn |
Functions | |
| static Expected< std::optional< uint32_t > > | parseToleranceOption (StringRef Arg) |
| template<class T> | |
| std::shared_ptr< T > | make_shared_copy (const T &X) |
| template<typename T> | |
| T & | ensureOwned (std::shared_ptr< T > &Storage) |
| static llvm::StringRef | lookupStrInTable (unsigned Offset) |
| static std::optional< bool > | normalizeSimpleFlag (OptSpecifier Opt, unsigned TableIndex, const ArgList &Args, DiagnosticsEngine &Diags) |
| static std::optional< bool > | normalizeSimpleNegativeFlag (OptSpecifier Opt, unsigned, const ArgList &Args, DiagnosticsEngine &) |
| static void | denormalizeSimpleFlag (ArgumentConsumer Consumer, unsigned SpellingOffset, Option::OptionClass, unsigned,...) |
| The tblgen-erated code passes in a fifth parameter of an arbitrary type, but denormalizeSimpleFlags never looks at it. | |
| static void | denormalizeSimpleFlag (ArgumentConsumer Consumer, const Twine &Spelling, Option::OptionClass, unsigned,...) |
| template<typename T> | |
| static constexpr bool | is_uint64_t_convertible () |
| template<typename T, std::enable_if_t<!is_uint64_t_convertible< T >(), bool > = false> | |
| static auto | makeFlagToValueNormalizer (T Value) |
| template<typename T, std::enable_if_t< is_uint64_t_convertible< T >(), bool > = false> | |
| static auto | makeFlagToValueNormalizer (T Value) |
| static auto | makeBooleanOptionNormalizer (bool Value, bool OtherValue, OptSpecifier OtherOpt) |
| static auto | makeBooleanOptionDenormalizer (bool Value) |
| static void | denormalizeStringImpl (ArgumentConsumer Consumer, const Twine &Spelling, Option::OptionClass OptClass, unsigned, const Twine &Value) |
| template<typename T> | |
| static void | denormalizeString (ArgumentConsumer Consumer, unsigned SpellingOffset, Option::OptionClass OptClass, unsigned TableIndex, T Value) |
| template<typename T> | |
| static void | denormalizeString (ArgumentConsumer Consumer, const Twine &Spelling, Option::OptionClass OptClass, unsigned TableIndex, T Value) |
| static std::optional< SimpleEnumValue > | findValueTableByName (const SimpleEnumValueTable &Table, StringRef Name) |
| static std::optional< SimpleEnumValue > | findValueTableByValue (const SimpleEnumValueTable &Table, unsigned Value) |
| static std::optional< unsigned > | normalizeSimpleEnum (OptSpecifier Opt, unsigned TableIndex, const ArgList &Args, DiagnosticsEngine &Diags) |
| static void | denormalizeSimpleEnumImpl (ArgumentConsumer Consumer, unsigned SpellingOffset, Option::OptionClass OptClass, unsigned TableIndex, unsigned Value) |
| template<typename T> | |
| static void | denormalizeSimpleEnum (ArgumentConsumer Consumer, unsigned SpellingOffset, Option::OptionClass OptClass, unsigned TableIndex, T Value) |
| static std::optional< std::string > | normalizeString (OptSpecifier Opt, int TableIndex, const ArgList &Args, DiagnosticsEngine &Diags) |
| template<typename IntTy> | |
| static std::optional< IntTy > | normalizeStringIntegral (OptSpecifier Opt, int, const ArgList &Args, DiagnosticsEngine &Diags) |
| static std::optional< std::vector< std::string > > | normalizeStringVector (OptSpecifier Opt, int, const ArgList &Args, DiagnosticsEngine &) |
| static void | denormalizeStringVector (ArgumentConsumer Consumer, unsigned SpellingOffset, Option::OptionClass OptClass, unsigned TableIndex, const std::vector< std::string > &Values) |
| static std::optional< std::string > | normalizeTriple (OptSpecifier Opt, int TableIndex, const ArgList &Args, DiagnosticsEngine &Diags) |
| template<typename T, typename U> | |
| static T | mergeForwardValue (T KeyPath, U Value) |
| template<typename T, typename U> | |
| static T | mergeMaskValue (T KeyPath, U Value) |
| template<typename T> | |
| static T | extractForwardValue (T KeyPath) |
| template<typename T, typename U, U Value> | |
| static T | extractMaskValue (T KeyPath) |
| static StringRef | GetInputKindName (InputKind IK) |
| Get language name for given input kind. | |
| static bool | FixupInvocation (CompilerInvocation &Invocation, DiagnosticsEngine &Diags, const ArgList &Args, InputKind IK) |
| static void | GenerateArg (ArgumentConsumer Consumer, llvm::opt::OptSpecifier OptSpecifier) |
| static void | GenerateArg (ArgumentConsumer Consumer, llvm::opt::OptSpecifier OptSpecifier, const Twine &Value) |
| static bool | RoundTrip (ParseFn Parse, GenerateFn Generate, CompilerInvocation &RealInvocation, CompilerInvocation &DummyInvocation, ArrayRef< const char * > CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0, bool CheckAgainstOriginalInvocation=false, bool ForceRoundTrip=false) |
| May perform round-trip of command line arguments. | |
| static void | addDiagnosticArgs (ArgList &Args, OptSpecifier Group, OptSpecifier GroupWithValue, std::vector< std::string > &Diagnostics) |
| static void | parseAnalyzerConfigs (AnalyzerOptions &AnOpts, DiagnosticsEngine *Diags) |
| static void | getAllNoBuiltinFuncValues (ArgList &Args, std::vector< std::string > &Funcs) |
| static void | GenerateAnalyzerArgs (const AnalyzerOptions &Opts, ArgumentConsumer Consumer) |
| static bool | ParseAnalyzerArgs (AnalyzerOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags) |
| static StringRef | getStringOption (AnalyzerOptions::ConfigTable &Config, StringRef OptionName, StringRef DefaultVal) |
| static void | initOption (AnalyzerOptions::ConfigTable &Config, DiagnosticsEngine *Diags, StringRef &OptionField, StringRef Name, StringRef DefaultVal) |
| static void | initOption (AnalyzerOptions::ConfigTable &Config, DiagnosticsEngine *Diags, bool &OptionField, StringRef Name, bool DefaultVal) |
| static void | initOption (AnalyzerOptions::ConfigTable &Config, DiagnosticsEngine *Diags, unsigned &OptionField, StringRef Name, unsigned DefaultVal) |
| static void | initOption (AnalyzerOptions::ConfigTable &Config, DiagnosticsEngine *Diags, PositiveAnalyzerOption &OptionField, StringRef Name, unsigned DefaultVal) |
| static void | GenerateOptimizationRemark (ArgumentConsumer Consumer, OptSpecifier OptEQ, StringRef Name, const CodeGenOptions::OptRemark &Remark) |
| Generate a remark argument. This is an inverse of ParseOptimizationRemark. | |
| static CodeGenOptions::OptRemark | ParseOptimizationRemark (DiagnosticsEngine &Diags, ArgList &Args, OptSpecifier OptEQ, StringRef Name) |
| Parse a remark command line argument. | |
| static bool | parseDiagnosticLevelMask (StringRef FlagName, const std::vector< std::string > &Levels, DiagnosticsEngine &Diags, DiagnosticLevelMask &M) |
| static void | parseSanitizerKinds (StringRef FlagName, const std::vector< std::string > &Sanitizers, DiagnosticsEngine &Diags, SanitizerSet &S) |
| static SmallVector< StringRef, 4 > | serializeSanitizerKinds (SanitizerSet S) |
| static SanitizerMaskCutoffs | parseSanitizerWeightedKinds (StringRef FlagName, const std::vector< std::string > &Sanitizers, DiagnosticsEngine &Diags) |
| static void | parseXRayInstrumentationBundle (StringRef FlagName, StringRef Bundle, ArgList &Args, DiagnosticsEngine &D, XRayInstrSet &S) |
| static std::string | serializeXRayInstrumentationBundle (const XRayInstrSet &S) |
| static void | parsePointerAuthOptions (PointerAuthOptions &Opts, const LangOptions &LangOpts, const llvm::Triple &Triple, DiagnosticsEngine &Diags) |
| static void | GenerateDependencyOutputArgs (const DependencyOutputOptions &Opts, ArgumentConsumer Consumer) |
| static bool | ParseDependencyOutputArgs (DependencyOutputOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags, frontend::ActionKind Action, bool ShowLineMarkers) |
| static bool | parseShowColorsArgs (const ArgList &Args, bool DefaultColor) |
| static bool | checkVerifyPrefixes (const std::vector< std::string > &VerifyPrefixes, DiagnosticsEngine &Diags) |
| static void | GenerateFileSystemArgs (const FileSystemOptions &Opts, ArgumentConsumer Consumer) |
| static bool | ParseFileSystemArgs (FileSystemOptions &Opts, const ArgList &Args, DiagnosticsEngine &Diags) |
| static void | GenerateMigratorArgs (const MigratorOptions &Opts, ArgumentConsumer Consumer) |
| static bool | ParseMigratorArgs (MigratorOptions &Opts, const ArgList &Args, DiagnosticsEngine &Diags) |
| static bool | parseTestModuleFileExtensionArg (StringRef Arg, std::string &BlockName, unsigned &MajorVersion, unsigned &MinorVersion, bool &Hashed, std::string &UserInfo) |
| Parse the argument to the -ftest-module-file-extension command-line argument. | |
| static const auto & | getFrontendActionTable () |
| Return a table that associates command line option specifiers with the frontend action. | |
| static std::optional< frontend::ActionKind > | getFrontendAction (OptSpecifier &Opt) |
| Maps command line option to frontend action. | |
| static std::optional< OptSpecifier > | getProgramActionOpt (frontend::ActionKind ProgramAction) |
| Maps frontend action to command line option. | |
| static void | GenerateFrontendArgs (const FrontendOptions &Opts, ArgumentConsumer Consumer, bool IsHeader) |
| static bool | ParseFrontendArgs (FrontendOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags, bool &IsHeaderFile) |
| static void | GenerateHeaderSearchArgs (const HeaderSearchOptions &Opts, ArgumentConsumer Consumer) |
| static bool | ParseHeaderSearchArgs (HeaderSearchOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags) |
| static void | GenerateAPINotesArgs (const APINotesOptions &Opts, ArgumentConsumer Consumer) |
| static void | ParseAPINotesArgs (APINotesOptions &Opts, ArgList &Args, DiagnosticsEngine &diags) |
| static void | GeneratePointerAuthArgs (const LangOptions &Opts, ArgumentConsumer Consumer) |
| static void | ParsePointerAuthArgs (LangOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags) |
| static bool | IsInputCompatibleWithStandard (InputKind IK, const LangStandard &S) |
| Check if input file kind and language standard are compatible. | |
| static bool | isStrictlyPreprocessorAction (frontend::ActionKind Action) |
| static bool | isCodeGenAction (frontend::ActionKind Action) |
| static void | GeneratePreprocessorArgs (const PreprocessorOptions &Opts, ArgumentConsumer Consumer, const LangOptions &LangOpts, const FrontendOptions &FrontendOpts, const CodeGenOptions &CodeGenOpts) |
| static bool | ParsePreprocessorArgs (PreprocessorOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags, frontend::ActionKind Action, const FrontendOptions &FrontendOpts) |
| static void | GeneratePreprocessorOutputArgs (const PreprocessorOutputOptions &Opts, ArgumentConsumer Consumer, frontend::ActionKind Action) |
| static bool | ParsePreprocessorOutputArgs (PreprocessorOutputOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags, frontend::ActionKind Action) |
| static void | GenerateTargetArgs (const TargetOptions &Opts, ArgumentConsumer Consumer) |
| static bool | ParseTargetArgs (TargetOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags) |
| #define ABI_VER_LATEST | ( | Latest | ) |
| #define ABI_VER_LATEST | ( | Latest | ) |
| #define ABI_VER_MAJOR | ( | Major | ) |
| #define ABI_VER_MAJOR | ( | Major_ | ) |
| #define ABI_VER_MAJOR_MINOR | ( | Major, | |
| Minor ) |
| #define ABI_VER_MAJOR_MINOR | ( | Major_, | |
| Minor_ ) |
| #define ANALYSIS_CONSTRAINTS | ( | NAME, | |
| CMDFLAG, | |||
| DESC, | |||
| CREATFN ) |
| #define ANALYSIS_CONSTRAINTS | ( | NAME, | |
| CMDFLAG, | |||
| DESC, | |||
| CREATFN ) |
| #define ANALYSIS_DIAGNOSTICS | ( | NAME, | |
| CMDFLAG, | |||
| DESC, | |||
| CREATFN ) |
| #define ANALYSIS_DIAGNOSTICS | ( | NAME, | |
| CMDFLAG, | |||
| DESC, | |||
| CREATFN ) |
| #define ANALYSIS_INLINING_MODE | ( | NAME, | |
| CMDFLAG, | |||
| DESC ) |
| #define ANALYSIS_INLINING_MODE | ( | NAME, | |
| CMDFLAG, | |||
| DESC ) |
| #define ANALYSIS_PURGE | ( | NAME, | |
| CMDFLAG, | |||
| DESC ) |
| #define ANALYSIS_PURGE | ( | NAME, | |
| CMDFLAG, | |||
| DESC ) |
| #define ANALYZER_OPTION | ( | ... | ) |
| #define ANALYZER_OPTION | ( | TYPE, | |
| NAME, | |||
| CMDFLAG, | |||
| DESC, | |||
| DEFAULT_VAL ) |
| #define ANALYZER_OPTION_DEPENDS_ON_USER_MODE | ( | ... | ) |
| #define ANALYZER_OPTION_DEPENDS_ON_USER_MODE | ( | TYPE, | |
| NAME, | |||
| CMDFLAG, | |||
| DESC, | |||
| SHALLOW_VAL, | |||
| DEEP_VAL ) |
| #define ANALYZER_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define ANALYZER_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define CF_BRANCH_LABEL_SCHEME | ( | Kind, | |
| FlagVal ) |
| #define CF_BRANCH_LABEL_SCHEME | ( | Kind, | |
| FlagVal ) |
| #define CF_BRANCH_LABEL_SCHEME | ( | Kind, | |
| FlagVal ) |
| #define CODEGEN_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define CODEGEN_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define CODEGENOPT | ( | Name, | |
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define DEBUGOPT | ( | Name, | |
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define DEBUGOPT | ( | Name, | |
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define DEPENDENCY_OUTPUT_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define DEPENDENCY_OUTPUT_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define DIAG_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define DIAG_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define DIAGOPT | ( | Name, | |
| Bits, | |||
| Default ) |
| #define ENUM_CODEGENOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define ENUM_DEBUGOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define ENUM_DEBUGOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define ENUM_DIAGOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default ) |
| #define ENUM_LANGOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default, | |||
| Compatibility, | |||
| Description ) |
| #define FILE_SYSTEM_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define FILE_SYSTEM_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define FRONTEND_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define FRONTEND_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define GENERATE_OPTION_WITH_MARSHALLING | ( | CONSUMER, | |
| PREFIX_TYPE, | |||
| SPELLING_OFFSET, | |||
| ID, | |||
| KIND, | |||
| GROUP, | |||
| ALIAS, | |||
| ALIASARGS, | |||
| FLAGS, | |||
| VISIBILITY, | |||
| PARAM, | |||
| HELPTEXT, | |||
| HELPTEXTSFORVARIANTS, | |||
| METAVAR, | |||
| VALUES, | |||
| SUBCOMMANDIDS_OFFSET, | |||
| SHOULD_PARSE, | |||
| ALWAYS_EMIT, | |||
| KEYPATH, | |||
| DEFAULT_VALUE, | |||
| IMPLIED_CHECK, | |||
| IMPLIED_VALUE, | |||
| NORMALIZER, | |||
| DENORMALIZER, | |||
| MERGER, | |||
| EXTRACTOR, | |||
| TABLE_INDEX ) |
Definition at line 549 of file CompilerInvocation.cpp.
| #define HEADER_SEARCH_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define HEADER_SEARCH_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define LANG_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define LANG_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define LANGOPT | ( | Name, | |
| Bits, | |||
| Default, | |||
| Compatibility, | |||
| Description ) |
| #define LANGSTANDARD | ( | id, | |
| name, | |||
| lang, | |||
| desc, | |||
| features, | |||
| version ) |
| #define LANGSTANDARD | ( | id, | |
| name, | |||
| lang, | |||
| desc, | |||
| features, | |||
| version ) |
| #define LANGSTANDARD_ALIAS | ( | id, | |
| alias ) |
| #define LANGSTANDARD_ALIAS | ( | id, | |
| alias ) |
| #define LANGSTANDARD_ALIAS_DEPR | ( | id, | |
| alias ) |
| #define LANGSTANDARD_ALIAS_DEPR | ( | id, | |
| alias ) |
| #define MIGRATOR_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define MIGRATOR_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define OPTTABLE_STR_TABLE_CODE |
Definition at line 255 of file CompilerInvocation.cpp.
| #define PARSE_OPTION_WITH_MARSHALLING | ( | ARGS, | |
| DIAGS, | |||
| PREFIX_TYPE, | |||
| SPELLING_OFFSET, | |||
| ID, | |||
| KIND, | |||
| GROUP, | |||
| ALIAS, | |||
| ALIASARGS, | |||
| FLAGS, | |||
| VISIBILITY, | |||
| PARAM, | |||
| HELPTEXT, | |||
| HELPTEXTSFORVARIANTS, | |||
| METAVAR, | |||
| VALUES, | |||
| SUBCOMMANDIDS_OFFSET, | |||
| SHOULD_PARSE, | |||
| ALWAYS_EMIT, | |||
| KEYPATH, | |||
| DEFAULT_VALUE, | |||
| IMPLIED_CHECK, | |||
| IMPLIED_VALUE, | |||
| NORMALIZER, | |||
| DENORMALIZER, | |||
| MERGER, | |||
| EXTRACTOR, | |||
| TABLE_INDEX ) |
Definition at line 531 of file CompilerInvocation.cpp.
| #define PREPROCESSOR_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define PREPROCESSOR_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define PREPROCESSOR_OUTPUT_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define PREPROCESSOR_OUTPUT_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define RETURN_IF | ( | PATH | ) |
Referenced by clang::CompilerInvocationBase::visitPathsImpl().
| #define RETURN_IF_MANY | ( | PATHS | ) |
Referenced by clang::CompilerInvocationBase::visitPathsImpl().
| #define SIMPLE_ENUM_VALUE_TABLE |
Definition at line 263 of file CompilerInvocation.cpp.
| #define TARGET_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define TARGET_OPTION_WITH_MARSHALLING | ( | ... | ) |
| #define VALUE_DEBUGOPT | ( | Name, | |
| Bits, | |||
| Default, | |||
| Compatibility ) |
| #define VALUE_DEBUGOPT | ( | Name, | |
| Bits, | |||
| Default, | |||
| Compatibility ) |
| using ArgumentConsumer = CompilerInvocation::ArgumentConsumer |
Definition at line 253 of file CompilerInvocation.cpp.
| using GenerateFn |
Definition at line 724 of file CompilerInvocation.cpp.
| using ParseFn |
Definition at line 719 of file CompilerInvocation.cpp.
|
static |
Definition at line 896 of file CompilerInvocation.cpp.
|
static |
Definition at line 2454 of file CompilerInvocation.cpp.
References clang::C, clang::isAlphanumeric(), clang::isLetter(), clang::DiagnosticsEngine::Report(), and clang::Success.
|
static |
Definition at line 431 of file CompilerInvocation.cpp.
References denormalizeSimpleEnumImpl(), and clang::T.
|
static |
Definition at line 415 of file CompilerInvocation.cpp.
References denormalizeString(), findValueTableByValue(), and lookupStrInTable().
Referenced by denormalizeSimpleEnum().
|
static |
Definition at line 294 of file CompilerInvocation.cpp.
|
static |
The tblgen-erated code passes in a fifth parameter of an arbitrary type, but denormalizeSimpleFlags never looks at it.
Avoid bloating compile-time with unnecessary template instantiations and just ignore it with a variadic argument.
Definition at line 289 of file CompilerInvocation.cpp.
References lookupStrInTable().
Referenced by GenerateArg().
|
static |
Definition at line 371 of file CompilerInvocation.cpp.
References denormalizeStringImpl(), and clang::T.
|
static |
Definition at line 364 of file CompilerInvocation.cpp.
References denormalizeStringImpl(), lookupStrInTable(), and clang::T.
Referenced by denormalizeSimpleEnumImpl(), denormalizeStringVector(), GenerateArg(), and GenerateFrontendArgs().
|
static |
Definition at line 341 of file CompilerInvocation.cpp.
Referenced by denormalizeString(), and denormalizeString().
|
static |
Definition at line 471 of file CompilerInvocation.cpp.
References denormalizeString().
| T & ensureOwned | ( | std::shared_ptr< T > & | Storage | ) |
Definition at line 190 of file CompilerInvocation.cpp.
References clang::T.
Referenced by clang::CowCompilerInvocation::getMutAnalyzerOpts(), clang::CowCompilerInvocation::getMutAPINotesOpts(), clang::CowCompilerInvocation::getMutCodeGenOpts(), clang::CowCompilerInvocation::getMutDependencyOutputOpts(), clang::CowCompilerInvocation::getMutDiagnosticOpts(), clang::CowCompilerInvocation::getMutFileSystemOpts(), clang::CowCompilerInvocation::getMutFrontendOpts(), clang::CowCompilerInvocation::getMutHeaderSearchOpts(), clang::CowCompilerInvocation::getMutLangOpts(), clang::CowCompilerInvocation::getMutMigratorOpts(), clang::CowCompilerInvocation::getMutPreprocessorOpts(), clang::CowCompilerInvocation::getMutPreprocessorOutputOpts(), and clang::CowCompilerInvocation::getMutTargetOpts().
|
static |
Definition at line 522 of file CompilerInvocation.cpp.
References clang::T.
Definition at line 527 of file CompilerInvocation.cpp.
References clang::T.
|
static |
Definition at line 378 of file CompilerInvocation.cpp.
Referenced by normalizeSimpleEnum().
|
static |
Definition at line 387 of file CompilerInvocation.cpp.
References clang::Value::Value().
Referenced by denormalizeSimpleEnumImpl().
|
static |
Definition at line 568 of file CompilerInvocation.cpp.
References Arch, bool, clang::CodeGenOptions::CodeModel, clang::TargetOptions::CodeModel, clang::LangOptions::CurrentModule, clang::LangOptionsBase::DCC_FastCall, clang::LangOptionsBase::DCC_RegCall, clang::LangOptionsBase::DCC_RtdCall, clang::LangOptionsBase::DCC_StdCall, clang::LangOptionsBase::DCC_VectorCall, clang::FrontendOptions::DisableFree, clang::FrontendOptions::GenerateGlobalModuleIndex, clang::CompilerInvocation::getCodeGenOpts(), clang::CompilerInvocation::getFrontendOpts(), GetInputKindName(), clang::CompilerInvocation::getLangOpts(), clang::DiagnosticsEngine::getNumErrors(), clang::LangOptions::getOpenCLCompatibleVersion(), clang::LangOptions::getOpenCLVersionString(), clang::CompilerInvocation::getTargetOpts(), clang::CodeGenOptions::hasSanitizeCoverage(), clang::CodeGenOptions::LargeDataThreshold, clang::TargetOptions::LargeDataThreshold, clang::LangOptions::ModuleName, clang::CodeGenOptions::None, clang::DiagnosticsEngine::Report(), clang::LangOptions::SanitizeCoverage, clang::FrontendOptions::ShowStats, clang::T, clang::TargetOptions::Triple, and clang::FrontendOptions::UseGlobalModuleIndex.
|
static |
Definition at line 929 of file CompilerInvocation.cpp.
References clang::AnalyzerOptions::AnalysisConstraintsOpt, clang::AnalyzerOptions::AnalysisDiagOpt, clang::AnalyzerOptions::AnalysisPurgeOpt, clang::C, clang::AnalyzerOptions::CheckersAndPackages, clang::AnalyzerOptions::Config, GenerateArg(), clang::AnalyzerOptions::InliningMode, and parseAnalyzerConfigs().
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 3508 of file CompilerInvocation.cpp.
References GenerateArg(), clang::APINotesOptions::ModuleSearchPaths, and clang::APINotesOptions::SwiftVersion.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 704 of file CompilerInvocation.cpp.
References denormalizeSimpleFlag(), and clang::getDriverOptTable().
Referenced by GenerateAnalyzerArgs(), GenerateAPINotesArgs(), GenerateDependencyOutputArgs(), GenerateFrontendArgs(), GenerateHeaderSearchArgs(), GenerateOptimizationRemark(), GeneratePointerAuthArgs(), GeneratePreprocessorArgs(), GeneratePreprocessorOutputArgs(), and GenerateTargetArgs().
|
static |
Definition at line 711 of file CompilerInvocation.cpp.
References denormalizeString(), and clang::getDriverOptTable().
|
static |
Definition at line 2310 of file CompilerInvocation.cpp.
References clang::EDK_DepFileEntry, clang::EDK_ModuleFile, clang::EDK_ProfileList, clang::EDK_SanitizeIgnorelist, clang::DependencyOutputOptions::ExtraDeps, GenerateArg(), clang::None, and clang::DependencyOutputOptions::ShowIncludesDest.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 2472 of file CompilerInvocation.cpp.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 2830 of file CompilerInvocation.cpp.
References clang::FrontendOptions::ActionName, clang::ADOF_Default, clang::ADOF_JSON, clang::Asm, clang::frontend::ASTDump, clang::FrontendOptions::ASTDumpAll, clang::FrontendOptions::ASTDumpDecls, clang::FrontendOptions::ASTDumpFormat, clang::FrontendOptions::AuxTargetCPU, clang::FrontendOptions::AuxTargetFeatures, clang::C, clang::CIR, clang::FrontendOptions::CodeCompletionAt, clang::CUDA, clang::CXX, clang::FrontendOptions::DashX, denormalizeString(), Feature, clang::ParsedSourceLocation::FileName, clang::frontend::FixIt, clang::FrontendOptions::FixItSuffix, std::function, GenerateArg(), clang::getDriverOptTable(), clang::InputKind::getFormat(), clang::InputKind::getHeaderUnitKind(), clang::InputKind::getLanguage(), getProgramActionOpt(), clang::InputKind::HeaderUnit_Abs, clang::InputKind::HeaderUnit_None, clang::InputKind::HeaderUnit_System, clang::InputKind::HeaderUnit_User, clang::HIP, clang::HLSL, clang::FrontendOptions::Inputs, clang::InputKind::isPreprocessed(), clang::LLVM_IR, clang::FrontendOptions::ModuleFileExtensions, clang::FrontendOptions::ModuleFiles, clang::InputKind::ModuleMap, clang::ObjC, clang::ObjCXX, clang::OpenCL, clang::OpenCLCXX, clang::frontend::PluginAction, clang::FrontendOptions::PluginArgs, clang::FrontendOptions::Plugins, clang::InputKind::Precompiled, clang::FrontendOptions::ProgramAction, clang::ParsedSourceLocation::ToString(), and clang::Unknown.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 3275 of file CompilerInvocation.cpp.
References clang::frontend::After, clang::frontend::Angled, clang::frontend::CSystem, clang::frontend::CXXSystem, clang::frontend::ExternCSystem, clang::File, GenerateArg(), clang::HeaderSearchOptions::Entry::Group, clang::HeaderSearchOptions::Entry::IgnoreSysRoot, clang::HeaderSearchOptions::Entry::IsFramework, clang::Macro, clang::HeaderSearchOptions::ModulesIgnoreMacros, clang::frontend::ObjCSystem, clang::frontend::ObjCXXSystem, clang::HeaderSearchOptions::PrebuiltModuleFiles, clang::HeaderSearchOptions::PrebuiltModulePaths, clang::frontend::Quoted, clang::frontend::System, clang::HeaderSearchOptions::SystemHeaderPrefixes, clang::HeaderSearchOptions::UseLibcxx, clang::HeaderSearchOptions::UserEntries, and clang::HeaderSearchOptions::VFSOverlayFiles.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 2496 of file CompilerInvocation.cpp.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Generate a remark argument. This is an inverse of ParseOptimizationRemark.
Definition at line 1281 of file CompilerInvocation.cpp.
References GenerateArg(), clang::Remark, clang::CodeGenOptions::RK_Disabled, and clang::CodeGenOptions::RK_Enabled.
|
static |
Definition at line 3529 of file CompilerInvocation.cpp.
References GenerateArg().
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 4713 of file CompilerInvocation.cpp.
References clang::PreprocessorOptions::ChainedIncludes, clang::PreprocessorOptions::DefineTargetOSMacros, clang::PreprocessorOptions::DeserializedPCHDeclsToErrorOn, clang::PreprocessorOptions::EmbedEntries, GenerateArg(), clang::PreprocessorOptions::Includes, clang::PreprocessorOptions::Macros, clang::PreprocessorOptions::PCHWithHdrStop, clang::PreprocessorOptions::PCHWithHdrStopCreate, clang::PreprocessorOptions::PrecompiledPreambleBytes, clang::PreprocessorOptions::RemappedFiles, and clang::PreprocessorOptions::SourceDateEpoch.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 4882 of file CompilerInvocation.cpp.
References clang::PreprocessorOutputOptions::DirectivesOnly, GenerateArg(), isStrictlyPreprocessorAction(), clang::PreprocessorOutputOptions::ShowCPP, and clang::PreprocessorOutputOptions::ShowMacros.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 4920 of file CompilerInvocation.cpp.
References clang::TargetOptions::DarwinTargetVariantSDKVersion, GenerateArg(), and clang::TargetOptions::SDKVersion.
Referenced by clang::CompilerInvocationBase::generateCC1CommandLine().
|
static |
Definition at line 922 of file CompilerInvocation.cpp.
References clang::Builtin::Context::isBuiltinFunc().
|
static |
Maps command line option to frontend action.
Definition at line 2812 of file CompilerInvocation.cpp.
References getFrontendActionTable().
Referenced by ParseFrontendArgs().
|
static |
Return a table that associates command line option specifiers with the frontend action.
Note: The pair {frontend::PluginAction, OPT_plugin} is intentionally missing, as this case is handled separately from other frontend options.
Definition at line 2755 of file CompilerInvocation.cpp.
References clang::frontend::ASTDeclList, clang::frontend::ASTDump, clang::frontend::ASTPrint, clang::frontend::ASTView, clang::frontend::DumpCompilerOptions, clang::frontend::DumpRawTokens, clang::frontend::DumpTokens, clang::frontend::EmitAssembly, clang::frontend::EmitBC, clang::frontend::EmitCIR, clang::frontend::EmitCodeGenOnly, clang::frontend::EmitHTML, clang::frontend::EmitLLVM, clang::frontend::EmitLLVMOnly, clang::frontend::EmitObj, clang::frontend::ExtractAPI, clang::frontend::FixIt, clang::frontend::GenerateHeaderUnit, clang::frontend::GenerateInterfaceStubs, clang::frontend::GenerateModule, clang::frontend::GenerateModuleInterface, clang::frontend::GeneratePCH, clang::frontend::GenerateReducedModuleInterface, clang::frontend::InitOnly, clang::frontend::ModuleFileInfo, clang::frontend::ParseSyntaxOnly, clang::frontend::PrintDependencyDirectivesSourceMinimizerOutput, clang::frontend::PrintPreamble, clang::frontend::PrintPreprocessedInput, clang::frontend::RewriteMacros, clang::frontend::RewriteObjC, clang::frontend::RewriteTest, clang::frontend::RunAnalysis, clang::frontend::RunPreprocessorOnly, clang::frontend::TemplightDump, and clang::frontend::VerifyPCH.
Referenced by getFrontendAction(), and getProgramActionOpt().
|
static |
Get language name for given input kind.
Definition at line 3646 of file CompilerInvocation.cpp.
References clang::Asm, clang::C, clang::CIR, clang::CUDA, clang::CXX, clang::InputKind::getLanguage(), clang::HIP, clang::HLSL, clang::LLVM_IR, clang::ObjC, clang::ObjCXX, clang::OpenCL, clang::OpenCLCXX, and clang::Unknown.
Referenced by FixupInvocation().
|
static |
Maps frontend action to command line option.
Definition at line 2822 of file CompilerInvocation.cpp.
References getFrontendActionTable().
Referenced by GenerateFrontendArgs().
|
static |
Definition at line 1156 of file CompilerInvocation.cpp.
Referenced by initOption(), initOption(), initOption(), and initOption().
|
static |
Definition at line 1171 of file CompilerInvocation.cpp.
References getStringOption(), and clang::DiagnosticsEngine::Report().
|
static |
Definition at line 1204 of file CompilerInvocation.cpp.
References clang::PositiveAnalyzerOption::create(), getStringOption(), and clang::DiagnosticsEngine::Report().
|
static |
Definition at line 1161 of file CompilerInvocation.cpp.
References getStringOption().
|
static |
Definition at line 1191 of file CompilerInvocation.cpp.
References getStringOption(), and clang::DiagnosticsEngine::Report().
|
staticconstexpr |
Definition at line 300 of file CompilerInvocation.cpp.
|
static |
Definition at line 4668 of file CompilerInvocation.cpp.
References clang::frontend::ASTDeclList, clang::frontend::ASTDump, clang::frontend::ASTPrint, clang::frontend::ASTView, clang::frontend::DumpCompilerOptions, clang::frontend::DumpRawTokens, clang::frontend::DumpTokens, clang::frontend::EmitAssembly, clang::frontend::EmitBC, clang::frontend::EmitCIR, clang::frontend::EmitCodeGenOnly, clang::frontend::EmitHTML, clang::frontend::EmitLLVM, clang::frontend::EmitLLVMOnly, clang::frontend::EmitObj, clang::frontend::ExtractAPI, clang::frontend::FixIt, clang::frontend::GenerateHeaderUnit, clang::frontend::GenerateInterfaceStubs, clang::frontend::GenerateModule, clang::frontend::GenerateModuleInterface, clang::frontend::GeneratePCH, clang::frontend::GenerateReducedModuleInterface, clang::frontend::InitOnly, clang::frontend::ModuleFileInfo, clang::frontend::ParseSyntaxOnly, clang::frontend::PluginAction, clang::frontend::PrintDependencyDirectivesSourceMinimizerOutput, clang::frontend::PrintPreamble, clang::frontend::PrintPreprocessedInput, clang::frontend::RewriteMacros, clang::frontend::RewriteObjC, clang::frontend::RewriteTest, clang::frontend::RunAnalysis, clang::frontend::RunPreprocessorOnly, clang::frontend::TemplightDump, and clang::frontend::VerifyPCH.
|
static |
Check if input file kind and language standard are compatible.
Definition at line 3601 of file CompilerInvocation.cpp.
References clang::Asm, clang::C, clang::CIR, clang::CUDA, clang::CXX, clang::InputKind::getLanguage(), clang::LangStandard::getLanguage(), clang::HIP, clang::HLSL, clang::LLVM_IR, clang::ObjC, clang::ObjCXX, clang::OpenCL, clang::OpenCLCXX, and clang::Unknown.
|
static |
Definition at line 4622 of file CompilerInvocation.cpp.
References clang::frontend::ASTDeclList, clang::frontend::ASTDump, clang::frontend::ASTPrint, clang::frontend::ASTView, clang::frontend::DumpCompilerOptions, clang::frontend::DumpRawTokens, clang::frontend::DumpTokens, clang::frontend::EmitAssembly, clang::frontend::EmitBC, clang::frontend::EmitCIR, clang::frontend::EmitCodeGenOnly, clang::frontend::EmitHTML, clang::frontend::EmitLLVM, clang::frontend::EmitLLVMOnly, clang::frontend::EmitObj, clang::frontend::ExtractAPI, clang::frontend::FixIt, clang::frontend::GenerateHeaderUnit, clang::frontend::GenerateInterfaceStubs, clang::frontend::GenerateModule, clang::frontend::GenerateModuleInterface, clang::frontend::GeneratePCH, clang::frontend::GenerateReducedModuleInterface, clang::frontend::InitOnly, clang::frontend::ModuleFileInfo, clang::frontend::ParseSyntaxOnly, clang::frontend::PluginAction, clang::frontend::PrintDependencyDirectivesSourceMinimizerOutput, clang::frontend::PrintPreamble, clang::frontend::PrintPreprocessedInput, clang::frontend::RewriteMacros, clang::frontend::RewriteObjC, clang::frontend::RewriteTest, clang::frontend::RunAnalysis, clang::frontend::RunPreprocessorOnly, clang::frontend::TemplightDump, and clang::frontend::VerifyPCH.
Referenced by GeneratePreprocessorOutputArgs(), ParsePreprocessorArgs(), and ParsePreprocessorOutputArgs().
|
static |
Definition at line 259 of file CompilerInvocation.cpp.
Referenced by denormalizeSimpleEnumImpl(), denormalizeSimpleFlag(), denormalizeString(), and makeBooleanOptionDenormalizer().
| std::shared_ptr< T > make_shared_copy | ( | const T & | X | ) |
Definition at line 119 of file CompilerInvocation.cpp.
Referenced by clang::CompilerInvocationBase::deep_copy_assign().
|
static |
Definition at line 333 of file CompilerInvocation.cpp.
References lookupStrInTable().
Definition at line 321 of file CompilerInvocation.cpp.
|
static |
Definition at line 306 of file CompilerInvocation.cpp.
References clang::T.
Referenced by makeFlagToValueNormalizer().
|
static |
Definition at line 317 of file CompilerInvocation.cpp.
References makeFlagToValueNormalizer(), and clang::T.
Definition at line 514 of file CompilerInvocation.cpp.
References clang::T.
Definition at line 518 of file CompilerInvocation.cpp.
References clang::T.
|
static |
Definition at line 395 of file CompilerInvocation.cpp.
References findValueTableByName(), and clang::DiagnosticsEngine::Report().
|
static |
Definition at line 267 of file CompilerInvocation.cpp.
|
static |
Definition at line 276 of file CompilerInvocation.cpp.
|
static |
Definition at line 439 of file CompilerInvocation.cpp.
|
static |
Definition at line 450 of file CompilerInvocation.cpp.
References clang::DiagnosticsEngine::Report().
|
static |
Definition at line 466 of file CompilerInvocation.cpp.
|
static |
Definition at line 503 of file CompilerInvocation.cpp.
|
static |
Definition at line 1014 of file CompilerInvocation.cpp.
References clang::AnalyzerOptions::AnalysisConstraintsOpt, clang::AnalyzerOptions::AnalysisDiagOpt, clang::AnalyzerOptions::AnalysisPurgeOpt, clang::AnalyzerOptions::CheckersAndPackages, clang::AnalyzerOptions::Config, clang::AnalyzerOptions::FullCompilerInvocation, clang::DiagnosticsEngine::getNumErrors(), clang::AnalyzerOptions::InliningMode, clang::AnalyzerOptions::isUnknownAnalyzerConfig(), clang::NUM_ANALYSIS_DIAG_CLIENTS, clang::NumConstraints, clang::NumInliningModes, clang::NumPurgeModes, parseAnalyzerConfigs(), clang::DiagnosticsEngine::Report(), and clang::AnalyzerOptions::ShouldEmitErrorsOnInvalidConfigValue.
|
static |
Definition at line 1221 of file CompilerInvocation.cpp.
References clang::AnalyzerOptions::getRegisteredCheckers(), clang::AnalyzerOptions::getRegisteredPackages(), clang::DiagnosticsEngine::Report(), and clang::AnalyzerOptions::SilencedCheckersAndPackages.
Referenced by GenerateAnalyzerArgs(), and ParseAnalyzerArgs().
|
static |
Definition at line 3518 of file CompilerInvocation.cpp.
References clang::APINotesOptions::ModuleSearchPaths, clang::DiagnosticsEngine::Report(), and clang::APINotesOptions::SwiftVersion.
|
static |
Definition at line 2341 of file CompilerInvocation.cpp.
References clang::EDK_DepFileEntry, clang::EDK_ModuleFile, clang::EDK_ProfileList, clang::EDK_SanitizeIgnorelist, clang::DependencyOutputOptions::ExtraDeps, clang::DiagnosticsEngine::getNumErrors(), clang::DependencyOutputOptions::HeaderIncludeFiltering, clang::headerIncludeFilteringKindToString(), clang::DependencyOutputOptions::HeaderIncludeFormat, clang::headerIncludeFormatKindToString(), clang::HIFIL_None, clang::HIFMT_JSON, clang::HIFMT_Textual, clang::DependencyOutputOptions::IncludeSystemHeaders, clang::None, clang::frontend::PrintPreprocessedInput, clang::DiagnosticsEngine::Report(), clang::DependencyOutputOptions::ShowIncludesDest, clang::Stderr, and clang::Stdout.
|
static |
Definition at line 1348 of file CompilerInvocation.cpp.
References clang::Error, clang::None, clang::Note, clang::Remark, clang::DiagnosticsEngine::Report(), clang::Success, and clang::Warning.
|
static |
Definition at line 2482 of file CompilerInvocation.cpp.
References clang::DiagnosticsEngine::getNumErrors().
|
static |
Definition at line 2997 of file CompilerInvocation.cpp.
References clang::FrontendOptions::ActionName, clang::ADOF_Default, clang::ADOF_JSON, clang::Asm, clang::frontend::ASTDump, clang::FrontendOptions::ASTDumpAll, clang::FrontendOptions::ASTDumpDecls, clang::FrontendOptions::ASTDumpFormat, clang::FrontendOptions::AuxTargetCPU, clang::FrontendOptions::AuxTargetFeatures, clang::C, clang::CIR, clang::FrontendOptions::ClangIRDisableCIRVerifier, clang::FrontendOptions::ClangIRDisablePasses, clang::FrontendOptions::CodeCompletionAt, clang::CUDA, clang::CXX, clang::FrontendOptions::DashX, clang::ParsedSourceLocation::FileName, clang::frontend::FixIt, clang::FrontendOptions::FixItSuffix, clang::ParsedSourceLocation::FromString(), clang::frontend::GenerateInterfaceStubs, clang::frontend::GenerateModule, clang::InputKind::getFormat(), getFrontendAction(), clang::InputKind::getHeader(), clang::InputKind::getHeaderUnitKind(), clang::FrontendOptions::getInputKindForExtension(), clang::DiagnosticsEngine::getNumErrors(), clang::InputKind::getPreprocessed(), clang::InputKind::HeaderUnit_Abs, clang::InputKind::HeaderUnit_None, clang::InputKind::HeaderUnit_System, clang::InputKind::HeaderUnit_User, clang::HIP, clang::HLSL, clang::FrontendOptions::Inputs, clang::FrontendOptions::IsSystemModule, clang::InputKind::isUnknown(), clang::LLVM_IR, clang::FrontendOptions::ModuleFileExtensions, clang::FrontendOptions::ModuleFiles, clang::InputKind::ModuleMap, clang::ObjC, clang::ObjCXX, clang::OpenCL, clang::OpenCLCXX, clang::frontend::ParseSyntaxOnly, parseTestModuleFileExtensionArg(), clang::frontend::PluginAction, clang::FrontendOptions::PluginArgs, clang::FrontendOptions::Plugins, clang::InputKind::Precompiled, clang::FrontendOptions::ProgramAction, clang::DiagnosticsEngine::Report(), clang::InputKind::Source, clang::Unknown, clang::FrontendOptions::UseClangIRPipeline, clang::InputKind::withFormat(), and clang::InputKind::withHeaderUnit().
|
static |
Definition at line 3387 of file CompilerInvocation.cpp.
References clang::HeaderSearchOptions::AddPath(), clang::HeaderSearchOptions::AddPrebuiltModulePath(), clang::HeaderSearchOptions::AddSystemHeaderPrefix(), clang::HeaderSearchOptions::AddVFSOverlayFile(), clang::frontend::After, clang::frontend::Angled, clang::frontend::CSystem, clang::frontend::CXXSystem, clang::frontend::ExternCSystem, clang::DiagnosticsEngine::getNumErrors(), clang::HeaderSearchOptions::ModulesIgnoreMacros, clang::frontend::ObjCSystem, clang::frontend::ObjCXXSystem, clang::HeaderSearchOptions::PrebuiltModuleFiles, clang::frontend::Quoted, clang::HeaderSearchOptions::Sysroot, clang::frontend::System, and clang::HeaderSearchOptions::UseLibcxx.
|
static |
Definition at line 2505 of file CompilerInvocation.cpp.
References clang::DiagnosticsEngine::getNumErrors().
|
static |
Parse a remark command line argument.
It may be missing, disabled/enabled by '-R[no-]group' or specified with a regular expression by '-Rgroup=regexp'. On top of that, it can be disabled/enabled globally by '-R[no-]everything'.
Definition at line 1297 of file CompilerInvocation.cpp.
References clang::DiagnosticsEngine::Report(), clang::CodeGenOptions::RK_Disabled, clang::CodeGenOptions::RK_DisabledEverything, clang::CodeGenOptions::RK_Enabled, clang::CodeGenOptions::RK_EnabledEverything, and clang::CodeGenOptions::RK_WithPattern.
|
static |
Definition at line 3567 of file CompilerInvocation.cpp.
References clang::PointerAuthSchema::ASDB.
|
static |
Definition at line 1503 of file CompilerInvocation.cpp.
References clang::CompilerInvocation::setDefaultPointerAuthOptions().
|
static |
Definition at line 4786 of file CompilerInvocation.cpp.
References clang::PreprocessorOptions::addMacroDef(), clang::PreprocessorOptions::addMacroUndef(), clang::PreprocessorOptions::addRemappedFile(), clang::PreprocessorOptions::ChainedIncludes, clang::PreprocessorOptions::DefineTargetOSMacros, clang::PreprocessorOptions::DeserializedPCHDeclsToErrorOn, clang::PreprocessorOptions::EmbedEntries, clang::DiagnosticsEngine::getNumErrors(), clang::PreprocessorOptions::Includes, isStrictlyPreprocessorAction(), clang::PreprocessorOptions::LexEditorPlaceholders, clang::PreprocessorOptions::PCHWithHdrStop, clang::PreprocessorOptions::PrecompiledPreambleBytes, clang::DiagnosticsEngine::Report(), clang::PreprocessorOptions::SourceDateEpoch, and V.
|
static |
|
static |
Definition at line 1370 of file CompilerInvocation.cpp.
References clang::parseSanitizerValue(), clang::DiagnosticsEngine::Report(), and clang::SanitizerSet::set().
|
static |
Definition at line 1389 of file CompilerInvocation.cpp.
References clang::parseSanitizerWeightedValue(), and clang::DiagnosticsEngine::Report().
Definition at line 2423 of file CompilerInvocation.cpp.
|
static |
Definition at line 4936 of file CompilerInvocation.cpp.
References clang::TargetOptions::DarwinTargetVariantSDKVersion, clang::DiagnosticsEngine::getNumErrors(), clang::DiagnosticsEngine::Report(), and clang::TargetOptions::SDKVersion.
|
static |
Parse the argument to the -ftest-module-file-extension command-line argument.
Definition at line 2731 of file CompilerInvocation.cpp.
Referenced by ParseFrontendArgs().
|
static |
Definition at line 107 of file CompilerInvocation.cpp.
|
static |
Definition at line 1400 of file CompilerInvocation.cpp.
References clang::XRayInstrKind::All, clang::XRayInstrSet::Mask, clang::XRayInstrKind::None, clang::parseXRayInstrValue(), clang::DiagnosticsEngine::Report(), and clang::XRayInstrSet::set().
|
static |
May perform round-trip of command line arguments.
By default, the round-trip is enabled in assert builds. This can be overwritten at run-time via the "-round-trip-args" and "-no-round-trip-args" command line flags, or via the ForceRoundTrip parameter.
During round-trip, the command line arguments are parsed into a dummy CompilerInvocation, which is used to generate the command line arguments again. The real CompilerInvocation is then created by parsing the generated arguments, not the original ones. This (in combination with tests covering argument behavior) ensures the generated command line is complete (doesn't drop/mangle any arguments).
Finally, we check the command line that was used to create the real CompilerInvocation instance. By default, we compare it to the command line the real CompilerInvocation generates. This checks whether the generator is deterministic. If CheckAgainstOriginalInvocation is enabled, we instead compare it to the original command line to verify the original command-line was canonical and can round-trip exactly.
Definition at line 746 of file CompilerInvocation.cpp.
References clang::DiagnosticIDs::create(), clang::Equal, clang::DiagnosticsEngine::getNumWarnings(), clang::Parse, clang::DiagnosticsEngine::Report(), clang::DiagnosticsEngine::setClient(), and clang::Success.
Referenced by clang::CompilerInvocation::checkCC1RoundTrip(), and clang::CompilerInvocation::CreateFromArgs().
|
static |
Definition at line 1382 of file CompilerInvocation.cpp.
References clang::serializeSanitizerSet().
|
static |
Definition at line 1419 of file CompilerInvocation.cpp.
References clang::serializeXRayInstrValue().