Age | Commit message (Expand) | Author |
2012-07-27 | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi |
2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
2012-07-06 | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko |
2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
2012-06-06 | Zap the /Za compiler switch from MSVC projects, the option is considered harm... | Francois Pichet |
2012-05-02 | Fix cmake. Remaining two ClangCC1Options deps. | Andrew Trick |
2012-03-06 | CMake: Fix build to add clangEdit to USED_LIBS. | NAKAMURA Takumi |
2012-02-02 | Introduce a -cc1 option "-dependency-graphviz" that determines header | Douglas Gregor |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2011-12-20 | Update the CMake build for r146959's new files. | Chandler Carruth |
2011-12-17 | Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h... | Ted Kremenek |
2011-12-09 | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth |
2011-10-29 | Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri... | Ted Kremenek |
2011-10-15 | Graduate the TextDiagnostic interface to its own header and source file, | Chandler Carruth |
2011-09-26 | Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-06 | Add missing dependency | Peter Collingbourne |
2011-07-07 | Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi... | Jonathan D. Turner |
2011-06-16 | Raise the ARCMT functionality in Clang into proper FrontendActions. | Chandler Carruth |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
2011-06-04 | Fix cmake build. | Rafael Espindola |
2011-04-07 | Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to | Daniel Dunbar |
2011-04-04 | Also update CMakeList.txt | Argyrios Kyrtzidis |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor |
2011-02-11 | Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. | Jeffrey Yasskin |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi |
2011-02-02 | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar |
2011-01-25 | Unbreak CMake build. | Ted Kremenek |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-09 | Clean up CMake dependencies | Douglas Gregor |
2010-09-08 | Add another missing CMake dependency. | Daniel Dunbar |
2010-09-08 | Clean up some of the CMake dependencies | Douglas Gregor |
2010-08-24 | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne |
2010-08-17 | Fix CMake build | Sebastian Redl |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-12 | Frontend: Move the bulk of the cc1_main() processing into | Daniel Dunbar |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-06-17 | Update CMake build for new attribute changes. | Sean Hunt |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-07 | Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. | Daniel Dunbar |
2010-05-30 | Convert DeclNodes to use TableGen. | Sean Hunt |
2010-05-07 | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor |
2010-05-05 | Unbreak CMake build. | Douglas Gregor |
2010-02-25 | Update CMake makefiles | Douglas Gregor |
2010-02-09 | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor |
2009-12-23 | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam |
2009-11-26 | Factor out a LangStandard class and coalesce the information about the standa... | Daniel Dunbar |
2009-11-17 | Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile... | Daniel Dunbar |