| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add clang -cc1 parsing of analyzer options. | Daniel Dunbar | 2009-11-22 | 1 | -2/+2 |
| * | Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. | Daniel Dunbar | 2009-11-20 | 1 | -1/+1 |
| * | clang-cc: Lift setForcedLangOptions out of options initialization. | Daniel Dunbar | 2009-11-20 | 1 | -5/+1 |
| * | clang-cc: Remove some more llvm::cl::init arguments, by only setting values when | Daniel Dunbar | 2009-11-19 | 1 | -18/+22 |
| * | Change -code-completion-debug-printer to -no-code-completion-debug-printer. | Daniel Dunbar | 2009-11-19 | 1 | -7/+6 |
| * | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar | 2009-11-19 | 1 | -11/+9 |
| * | clang-cc: Remove superfluous llvm::cl::init(false) arguments. | Daniel Dunbar | 2009-11-19 | 1 | -14/+7 |
| * | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar | 2009-11-17 | 1 | -3/+0 |
| * | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -8/+1 |
| * | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -7/+7 |
| * | Move InitializeAnalyzerOptions for consistency. | Daniel Dunbar | 2009-11-17 | 1 | -19/+18 |
| * | Remove unused NoPreprocess variable. | Daniel Dunbar | 2009-11-17 | 1 | -5/+0 |
| * | Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::... | Daniel Dunbar | 2009-11-17 | 1 | -10/+9 |
| * | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar | 2009-11-16 | 1 | -15/+9 |
| * | clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions. | Daniel Dunbar | 2009-11-16 | 1 | -6/+15 |
| * | Add TargetOptions and use it when constructing targets. | Daniel Dunbar | 2009-11-15 | 1 | -57/+36 |
| * | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar | 2009-11-15 | 1 | -1/+13 |
| * | Move the program action enum to FrontendOptions. | Daniel Dunbar | 2009-11-14 | 1 | -0/+61 |
| * | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar | 2009-11-14 | 1 | -5/+0 |
| * | Add clang-cc option "--analyzer-experimental-internal-checks". This | Ted Kremenek | 2009-11-13 | 1 | -0/+5 |
| * | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar | 2009-11-13 | 1 | -30/+84 |
| * | Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa... | Ted Kremenek | 2009-11-13 | 1 | -4/+9 |
| * | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar | 2009-11-13 | 1 | -0/+10 |
| * | Move code completion options to clang-cc | Daniel Dunbar | 2009-11-13 | 1 | -2/+19 |
| * | Move FixItAtLocations into FrontendOptions | Daniel Dunbar | 2009-11-12 | 1 | -0/+5 |
| * | clang-cc: Keep Verbose option with HeaderSearchOptions, for now. | Daniel Dunbar | 2009-11-12 | 1 | -1/+3 |
| * | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar | 2009-11-12 | 1 | -4/+73 |
| * | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth | 2009-11-12 | 1 | -8/+8 |
| * | Move warning options into DiagnosticOptions. | Daniel Dunbar | 2009-11-12 | 1 | -1/+22 |
| * | Move dump-build-information option into DiagnosticOptions. | Daniel Dunbar | 2009-11-12 | 1 | -5/+11 |
| * | Move TokenCache option to PreprocessorOptions. | Daniel Dunbar | 2009-11-12 | 1 | -0/+17 |
| * | Add DependencyOutputOptions to wrap -M... options, and propogate to | Daniel Dunbar | 2009-11-11 | 1 | -0/+36 |
| * | Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to | Daniel Dunbar | 2009-11-11 | 1 | -0/+38 |
| * | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar | 2009-11-11 | 1 | -36/+25 |
| * | clang-cc: Move InitializeAnalyzerOptions into Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -2/+103 |
| * | clang-cc: Move InitializeDiagnosticOptions to Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -1/+59 |
| * | clang-cc: Move HeaderSearchOptions to Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -0/+158 |
| * | clang-cc: Move InitializeLangOptions to Options.cpp. | Daniel Dunbar | 2009-11-11 | 1 | -0/+462 |
| * | clang-cc: Move InitializePreprocessorOptions to Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -0/+87 |
| * | Use #include <stdio.h> when using fprintf and stderr. | Dan Gohman | 2009-11-10 | 1 | -0/+1 |
| * | clang-cc: Start moving "pure" option handling to Options.cpp, to separate it | Daniel Dunbar | 2009-11-10 | 1 | -0/+156 |