summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/Options.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-cc: Move to CompilerInvocation based command line parsing.Daniel Dunbar2009-12-031-1283/+0
* Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump2009-12-021-2/+2
* Introduce a new clang-cc option Douglas Gregor2009-12-021-0/+18
* Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar2009-11-301-1/+9
* Don't try to generate common globals for C++ files, instead of depending on t...Daniel Dunbar2009-11-301-4/+0
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-301-3/+1
* Eliminate CodeGenOptions::SimplifyLibCalls.Daniel Dunbar2009-11-301-3/+0
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-291-0/+41
* Add clang -cc1 parsing for LangOptions.Daniel Dunbar2009-11-291-9/+1
* clang-cc: Tweak LangOptions parsing to make it a bit more obvious what depend...Daniel Dunbar2009-11-291-15/+15
* clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar2009-11-291-4/+3
* Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar2009-11-291-24/+24
* Move program actions implications to clang::InitializeFrontendOptions which a...Kovarththanan Rajaratnam2009-11-281-6/+9
* Simplify.Daniel Dunbar2009-11-271-28/+9
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-95/+24
* Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(.Daniel Dunbar2009-11-241-0/+1
* Add clang -cc1 parsing of analyzer options.Daniel Dunbar2009-11-221-2/+2
* Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar2009-11-201-1/+1
* clang-cc: Lift setForcedLangOptions out of options initialization.Daniel Dunbar2009-11-201-5/+1
* clang-cc: Remove some more llvm::cl::init arguments, by only setting values whenDaniel Dunbar2009-11-191-18/+22
* Change -code-completion-debug-printer to -no-code-completion-debug-printer.Daniel Dunbar2009-11-191-7/+6
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-11/+9
* clang-cc: Remove superfluous llvm::cl::init(false) arguments.Daniel Dunbar2009-11-191-14/+7
* Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar2009-11-171-3/+0
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-8/+1
* Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar2009-11-171-7/+7
* Move InitializeAnalyzerOptions for consistency.Daniel Dunbar2009-11-171-19/+18
* Remove unused NoPreprocess variable.Daniel Dunbar2009-11-171-5/+0
* Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar2009-11-171-10/+9
* Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar2009-11-161-15/+9
* clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.Daniel Dunbar2009-11-161-6/+15
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-57/+36
* Add pluggable action support to clang-cc, via -plugin command line option.Daniel Dunbar2009-11-151-1/+13
* Move the program action enum to FrontendOptions.Daniel Dunbar2009-11-141-0/+61
* Turn -fixit it back into a mode, but make -fixit-at imply that mode this timeDaniel Dunbar2009-11-141-5/+0
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-0/+5
* Move input kind identification (-x) into FrontendOptions.Daniel Dunbar2009-11-131-30/+84
* Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek2009-11-131-4/+9
* Move -target-{triple,abi} options into FrontendOptions.Daniel Dunbar2009-11-131-0/+10
* Move code completion options to clang-ccDaniel Dunbar2009-11-131-2/+19
* Move FixItAtLocations into FrontendOptionsDaniel Dunbar2009-11-121-0/+5
* clang-cc: Keep Verbose option with HeaderSearchOptions, for now.Daniel Dunbar2009-11-121-1/+3
* Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar2009-11-121-4/+73
* Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth2009-11-121-8/+8
* Move warning options into DiagnosticOptions.Daniel Dunbar2009-11-121-1/+22
* Move dump-build-information option into DiagnosticOptions.Daniel Dunbar2009-11-121-5/+11
* Move TokenCache option to PreprocessorOptions.Daniel Dunbar2009-11-121-0/+17
* Add DependencyOutputOptions to wrap -M... options, and propogate toDaniel Dunbar2009-11-111-0/+36
* Add PreprocessorOutputOptions to CompilerInvocation, and move initialization toDaniel Dunbar2009-11-111-0/+38
* Simplifiy target feature handling by coalescing all the logic intoDaniel Dunbar2009-11-111-36/+25
OpenPOWER on IntegriCloud