summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Move CodeGenOptions constructor out-of-line and add missing headers. NFC.Alexey Samsonov2014-11-111-0/+1
* Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...Justin Bogner2014-10-141-0/+2
* Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...Justin Bogner2014-10-141-2/+0
* Frontend: Try to fix cmake builders after r219647Justin Bogner2014-10-141-0/+1
* Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)Justin Bogner2014-10-141-0/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+2
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-191-0/+1
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-291-1/+0
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.NAKAMURA Takumi2014-02-231-0/+3
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-16/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-0/+5
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+4
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-2/+2
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-13/+13
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-061-7/+0
* Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick2012-05-021-3/+2
* CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi2012-03-061-0/+1
* Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor2012-02-021-0/+1
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-261-0/+1
* Update the CMake build for r146959's new files.Chandler Carruth2011-12-201-0/+1
* Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek2011-12-171-0/+1
* Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth2011-12-091-0/+1
* Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek2011-10-291-0/+1
* Graduate the TextDiagnostic interface to its own header and source file,Chandler Carruth2011-10-151-0/+1
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-1/+1
* Add missing dependencyPeter Collingbourne2011-09-061-0/+1
* Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner2011-07-071-1/+0
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-161-1/+0
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+1
* Fix cmake build.Rafael Espindola2011-06-041-1/+0
* Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS toDaniel Dunbar2011-04-071-0/+1
* Also update CMakeList.txtArgyrios Kyrtzidis2011-04-041-0/+1
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-071-4/+0
* Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin2011-02-111-3/+4
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar2011-02-021-0/+1
* Unbreak CMake build.Ted Kremenek2011-01-251-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-15/+12
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-12/+15
* Clean up CMake dependenciesDouglas Gregor2010-09-091-6/+1
* Add another missing CMake dependency.Daniel Dunbar2010-09-081-0/+1
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-081-0/+14
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-241-1/+0
* Fix CMake buildSebastian Redl2010-08-171-1/+0
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-6/+0
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-0/+6
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-6/+0
* Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar2010-08-121-0/+1