summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-261-1/+0
* Update CMake build for new attribute changes.Sean Hunt2010-06-171-0/+2
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-10/+0
* Frontend: Factor clang::EmitBackendOutput out of CodeGenAction.Daniel Dunbar2010-06-071-0/+1
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-301-0/+1
* Add a stub frontend action for BoostCon, for next week's workshop.Douglas Gregor2010-05-071-0/+1
* Unbreak CMake build.Douglas Gregor2010-05-051-1/+2
* Update CMake makefilesDouglas Gregor2010-02-251-1/+1
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-091-0/+1
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-231-1/+0
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-0/+1
* Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile...Daniel Dunbar2009-11-171-0/+1
* Add FrontendActions, which provides a FrontendAction interface to all the exi...Daniel Dunbar2009-11-141-0/+1
* Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar2009-11-141-0/+1
* Add VerifyDiagnosticsClient, to replace old -verify.Daniel Dunbar2009-11-141-0/+1
* Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar2009-11-131-0/+1
* Move input kind identification (-x) into FrontendOptions.Daniel Dunbar2009-11-131-0/+1
* Move the ManagerRegistry to the Analysis library to resolve the layering viol...Chandler Carruth2009-11-111-1/+0