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