summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-211-0/+1
* clangFrontend: Make intrinsics_gen optional for standalone build.NAKAMURA Takumi2016-06-021-1/+6
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-0/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+0
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-0/+1
* clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc.NAKAMURA Takumi2015-11-191-0/+1
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-031-0/+1
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+1
* 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