| Commit message (Expand) | Author | Age | Files | Lines |
| * | clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions. | Daniel Dunbar | 2009-11-16 | 1 | -12/+5 |
| * | Add TargetOptions and use it when constructing targets. | Daniel Dunbar | 2009-11-15 | 1 | -26/+10 |
| * | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar | 2009-11-15 | 1 | -6/+36 |
| * | Move the program action enum to FrontendOptions. | Daniel Dunbar | 2009-11-14 | 1 | -98/+8 |
| * | clang-cc: Switch to using FrontendAction. Whee. | Daniel Dunbar | 2009-11-14 | 1 | -410/+59 |
| * | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar | 2009-11-14 | 1 | -32/+1 |
| * | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar | 2009-11-14 | 1 | -36/+33 |
| * | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar | 2009-11-14 | 1 | -12/+7 |
| * | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar | 2009-11-14 | 1 | -2/+3 |
| * | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar | 2009-11-13 | 1 | -48/+16 |
| * | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar | 2009-11-13 | 1 | -70/+45 |
| * | clang-cc: Move output file initialization closer to use. | Daniel Dunbar | 2009-11-13 | 1 | -13/+12 |
| * | Simplify, in anticipation of introducing explicit action instances. | Daniel Dunbar | 2009-11-13 | 1 | -19/+16 |
| * | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar | 2009-11-13 | 1 | -27/+5 |
| * | Rework Sema code completion interface. | Daniel Dunbar | 2009-11-13 | 1 | -18/+10 |
| * | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar | 2009-11-13 | 1 | -45/+2 |
| * | Add CompilerInstance::has* methods for testing if the instance has a particular | Daniel Dunbar | 2009-11-13 | 1 | -2/+2 |
| * | Add ASTContext to CompilerInstance. | Daniel Dunbar | 2009-11-13 | 1 | -14/+7 |
| * | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -75/+8 |
| * | Add a FIXME. | Daniel Dunbar | 2009-11-13 | 1 | -0/+4 |
| * | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar | 2009-11-13 | 1 | -53/+8 |
| * | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar | 2009-11-13 | 1 | -1/+1 |
| * | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar | 2009-11-13 | 1 | -10/+11 |
| * | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -81/+77 |
| * | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar | 2009-11-13 | 1 | -78/+15 |
| * | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar | 2009-11-13 | 1 | -39/+36 |
| * | Move code completion options to clang-cc | Daniel Dunbar | 2009-11-13 | 1 | -56/+21 |
| * | Move FixItAtLocations into FrontendOptions | Daniel Dunbar | 2009-11-12 | 1 | -18/+12 |
| * | clang-cc: Keep Verbose option with HeaderSearchOptions, for now. | Daniel Dunbar | 2009-11-12 | 1 | -10/+6 |
| * | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar | 2009-11-12 | 1 | -109/+67 |
| * | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth | 2009-11-12 | 1 | -5/+5 |
| * | Disallow FIX-ITs when generating code. | Daniel Dunbar | 2009-11-12 | 1 | -0/+6 |
| * | clang-cc: Coalesce frontend options further. | Daniel Dunbar | 2009-11-12 | 1 | -89/+78 |
| * | Move warning options into DiagnosticOptions. | Daniel Dunbar | 2009-11-12 | 1 | -25/+3 |
| * | Move dump-build-information option into DiagnosticOptions. | Daniel Dunbar | 2009-11-12 | 1 | -16/+9 |
| * | clang-cc: Factor CreateDiagnosticEngine out of main. | Daniel Dunbar | 2009-11-12 | 1 | -36/+50 |
| * | clang-cc: -fixit is actually option, not an action, although its use with non | Daniel Dunbar | 2009-11-12 | 1 | -5/+5 |
| * | Simplify. | Daniel Dunbar | 2009-11-12 | 1 | -9/+0 |
| * | Move TokenCache option to PreprocessorOptions. | Daniel Dunbar | 2009-11-12 | 1 | -16/+4 |
| * | Switch PTHManager to using diagnostics for most errors. | Daniel Dunbar | 2009-11-12 | 1 | -3/+1 |
| * | Simplify. | Daniel Dunbar | 2009-11-12 | 1 | -31/+9 |
| * | clang-cc: Refactor ParseInputFollow to clearly split on the two primary cases, | Daniel Dunbar | 2009-11-12 | 1 | -100/+110 |
| * | clang-cc: Factor ReadPCHFile out of ProcessInputFile. | Daniel Dunbar | 2009-11-12 | 1 | -32/+40 |
| * | Simplify. | Daniel Dunbar | 2009-11-12 | 1 | -10/+6 |
| * | clang-cc: Unify InitializeSourceManager calls. | Daniel Dunbar | 2009-11-12 | 1 | -29/+10 |
| * | clang-cc: Move non-Consumer action handling to common location, to expose the... | Daniel Dunbar | 2009-11-12 | 1 | -58/+70 |
| * | Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit | Daniel Dunbar | 2009-11-12 | 1 | -1/+13 |
| * | Tweak formatting. | Daniel Dunbar | 2009-11-12 | 1 | -15/+11 |
| * | Move AnalyzerOptions into CompilerInvocation. | Daniel Dunbar | 2009-11-12 | 1 | -8/+6 |
| * | Always initialize the header search object as part of InitializePreprocessor; | Daniel Dunbar | 2009-11-11 | 1 | -6/+3 |