aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/Options.cpp
AgeCommit message (Expand)Author
2009-12-03clang-cc: Move to CompilerInvocation based command line parsing.Daniel Dunbar
2009-12-02Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump
2009-12-02Introduce a new clang-cc option Douglas Gregor
2009-11-30Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar
2009-11-30Don't try to generate common globals for C++ files, instead of depending on t...Daniel Dunbar
2009-11-30Eliminate CodeGenOptions::TimePasses.Daniel Dunbar
2009-11-30Eliminate CodeGenOptions::SimplifyLibCalls.Daniel Dunbar
2009-11-29Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar
2009-11-29Add clang -cc1 parsing for LangOptions.Daniel Dunbar
2009-11-29clang-cc: Tweak LangOptions parsing to make it a bit more obvious what depend...Daniel Dunbar
2009-11-29clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar
2009-11-29Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar
2009-11-28Move program actions implications to clang::InitializeFrontendOptions which a...Kovarththanan Rajaratnam
2009-11-27Simplify.Daniel Dunbar
2009-11-26Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar
2009-11-24Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(.Daniel Dunbar
2009-11-22Add clang -cc1 parsing of analyzer options.Daniel Dunbar
2009-11-20Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar
2009-11-20clang-cc: Lift setForcedLangOptions out of options initialization.Daniel Dunbar
2009-11-19clang-cc: Remove some more llvm::cl::init arguments, by only setting values whenDaniel Dunbar
2009-11-19Change -code-completion-debug-printer to -no-code-completion-debug-printer.Daniel Dunbar
2009-11-19Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar
2009-11-19clang-cc: Remove superfluous llvm::cl::init(false) arguments.Daniel Dunbar
2009-11-17Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-17Move InitializeAnalyzerOptions for consistency.Daniel Dunbar
2009-11-17Remove unused NoPreprocess variable.Daniel Dunbar
2009-11-17Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar
2009-11-16Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar
2009-11-16clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.Daniel Dunbar
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-15Add pluggable action support to clang-cc, via -plugin command line option.Daniel Dunbar
2009-11-14Move the program action enum to FrontendOptions.Daniel Dunbar
2009-11-14Turn -fixit it back into a mode, but make -fixit-at imply that mode this timeDaniel Dunbar
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-13Move input kind identification (-x) into FrontendOptions.Daniel Dunbar
2009-11-13Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek
2009-11-13Move -target-{triple,abi} options into FrontendOptions.Daniel Dunbar
2009-11-13Move code completion options to clang-ccDaniel Dunbar
2009-11-12Move FixItAtLocations into FrontendOptionsDaniel Dunbar
2009-11-12clang-cc: Keep Verbose option with HeaderSearchOptions, for now.Daniel Dunbar
2009-11-12Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar
2009-11-12Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth
2009-11-12Move warning options into DiagnosticOptions.Daniel Dunbar
2009-11-12Move dump-build-information option into DiagnosticOptions.Daniel Dunbar
2009-11-12Move TokenCache option to PreprocessorOptions.Daniel Dunbar
2009-11-11Add DependencyOutputOptions to wrap -M... options, and propogate toDaniel Dunbar
2009-11-11Add PreprocessorOutputOptions to CompilerInvocation, and move initialization toDaniel Dunbar
2009-11-11Simplifiy target feature handling by coalescing all the logic intoDaniel Dunbar