| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor | 2010-07-26 | 1 | -1/+0 |
| * | Update CMake build for new attribute changes. | Alexis Hunt | 2010-06-17 | 1 | -0/+2 |
| * | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar | 2010-06-15 | 1 | -10/+0 |
| * | Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. | Daniel Dunbar | 2010-06-07 | 1 | -0/+1 |
| * | Convert DeclNodes to use TableGen. | Alexis Hunt | 2010-05-30 | 1 | -0/+1 |
| * | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor | 2010-05-07 | 1 | -0/+1 |
| * | Unbreak CMake build. | Douglas Gregor | 2010-05-05 | 1 | -1/+2 |
| * | Update CMake makefiles | Douglas Gregor | 2010-02-25 | 1 | -1/+1 |
| * | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor | 2010-02-09 | 1 | -0/+1 |
| * | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam | 2009-12-23 | 1 | -1/+0 |
| * | Factor out a LangStandard class and coalesce the information about the standa... | Daniel Dunbar | 2009-11-26 | 1 | -0/+1 |
| * | Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile... | Daniel Dunbar | 2009-11-17 | 1 | -0/+1 |
| * | Add FrontendActions, which provides a FrontendAction interface to all the exi... | Daniel Dunbar | 2009-11-14 | 1 | -0/+1 |
| * | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar | 2009-11-14 | 1 | -0/+1 |
| * | Add VerifyDiagnosticsClient, to replace old -verify. | Daniel Dunbar | 2009-11-14 | 1 | -0/+1 |
| * | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -0/+1 |
| * | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar | 2009-11-13 | 1 | -0/+1 |
| * | Move the ManagerRegistry to the Analysis library to resolve the layering viol... | Chandler Carruth | 2009-11-11 | 1 | -1/+0 |
| * | Fixup windows include paths. Patch by John Thompson. | Mike Stump | 2009-10-12 | 1 | -0/+8 |
| * | Lexically order files in CMakeLists.txt files. | Ted Kremenek | 2009-07-15 | 1 | -1/+1 |
| * | Update CMake files. | Argyrios Kyrtzidis | 2009-07-06 | 1 | -1/+0 |
| * | Introduce the ResolveLocationInAST function which takes an ASTContext and a S... | Argyrios Kyrtzidis | 2009-06-25 | 1 | -0/+1 |
| * | Add missing dependencies to the CMake build system | Douglas Gregor | 2009-06-25 | 1 | -1/+4 |
| * | Update CMakeLists.txt | Argyrios Kyrtzidis | 2009-06-23 | 1 | -0/+1 |
| * | Fix some TableGen-related dependencies for the Clang CMake build | Douglas Gregor | 2009-06-23 | 1 | -1/+1 |
| * | Add some missing CMake dependencies | Douglas Gregor | 2009-06-18 | 1 | -0/+2 |
| * | More XML output support, from Olaf Krzikalla! | Douglas Gregor | 2009-06-15 | 1 | -0/+2 |
| * | Fix CMake build for AST XML dumper | Douglas Gregor | 2009-05-21 | 1 | -0/+2 |
| * | Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to | Eli Friedman | 2009-05-19 | 1 | -0/+1 |
| * | CMake updates for r72099; untested, so please tell me if there are any | Eli Friedman | 2009-05-19 | 1 | -3/+11 |
| * | Attempted CMake build fixes for r72060; this is untested, so please tell | Eli Friedman | 2009-05-18 | 1 | -0/+6 |
| * | split expr/stmt writing out to PCHWriterStmt.cpp | Chris Lattner | 2009-04-27 | 1 | -0/+1 |
| * | split decl writing out to its own PCHWriterDecl.cpp file. | Chris Lattner | 2009-04-27 | 1 | -0/+1 |
| * | split decl reading out to its own PCHReaderDecl.cpp file. | Chris Lattner | 2009-04-27 | 1 | -0/+1 |
| * | split stmt/expr deserialization out to PCHReaderStmt.cpp | Chris Lattner | 2009-04-27 | 1 | -0/+1 |
| * | Split preprocessor initialization logic out of clang-cc into | Chris Lattner | 2009-04-21 | 1 | -0/+1 |
| * | Add PCH sources to CMake build files | Douglas Gregor | 2009-04-10 | 1 | -0/+2 |
| * | Some cleanups to the fix-it rewriter. Thanks, Chris | Douglas Gregor | 2009-04-02 | 1 | -0/+1 |
| * | Really fix cmake style builds. | Mike Stump | 2009-03-24 | 1 | -1/+1 |
| * | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar | 2009-03-02 | 1 | -0/+10 |