summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup windows include paths. Patch by John Thompson.Mike Stump2009-10-121-0/+8
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-1/+1
* Update CMake files.Argyrios Kyrtzidis2009-07-061-1/+0
* Introduce the ResolveLocationInAST function which takes an ASTContext and a S...Argyrios Kyrtzidis2009-06-251-0/+1
* Add missing dependencies to the CMake build systemDouglas Gregor2009-06-251-1/+4
* Update CMakeLists.txtArgyrios Kyrtzidis2009-06-231-0/+1
* Fix some TableGen-related dependencies for the Clang CMake buildDouglas Gregor2009-06-231-1/+1
* Add some missing CMake dependenciesDouglas Gregor2009-06-181-0/+2
* More XML output support, from Olaf Krzikalla!Douglas Gregor2009-06-151-0/+2
* Fix CMake build for AST XML dumperDouglas Gregor2009-05-211-0/+2
* Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman2009-05-191-0/+1
* CMake updates for r72099; untested, so please tell me if there are any Eli Friedman2009-05-191-3/+11
* Attempted CMake build fixes for r72060; this is untested, so please tell Eli Friedman2009-05-181-0/+6
* split expr/stmt writing out to PCHWriterStmt.cppChris Lattner2009-04-271-0/+1
* split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner2009-04-271-0/+1
* split decl reading out to its own PCHReaderDecl.cpp file.Chris Lattner2009-04-271-0/+1
* split stmt/expr deserialization out to PCHReaderStmt.cppChris Lattner2009-04-271-0/+1
* Split preprocessor initialization logic out of clang-cc intoChris Lattner2009-04-211-0/+1
* Add PCH sources to CMake build filesDouglas Gregor2009-04-101-0/+2
* Some cleanups to the fix-it rewriter. Thanks, ChrisDouglas Gregor2009-04-021-0/+1
* Really fix cmake style builds.Mike Stump2009-03-241-1/+1
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+10
OpenPOWER on IntegriCloud