aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CMakeLists.txt
AgeCommit message (Expand)Author
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2009-07-06Update CMake files.Argyrios Kyrtzidis
2009-06-25Introduce the ResolveLocationInAST function which takes an ASTContext and a S...Argyrios Kyrtzidis
2009-06-25Add missing dependencies to the CMake build systemDouglas Gregor
2009-06-23Update CMakeLists.txtArgyrios Kyrtzidis
2009-06-23Fix some TableGen-related dependencies for the Clang CMake buildDouglas Gregor
2009-06-18Add some missing CMake dependenciesDouglas Gregor
2009-06-15More XML output support, from Olaf Krzikalla!Douglas Gregor
2009-05-21Fix CMake build for AST XML dumperDouglas Gregor
2009-05-19Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman
2009-05-19CMake updates for r72099; untested, so please tell me if there are any Eli Friedman
2009-05-18Attempted CMake build fixes for r72060; this is untested, so please tell Eli Friedman
2009-04-27split expr/stmt writing out to PCHWriterStmt.cppChris Lattner
2009-04-27split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner
2009-04-27split decl reading out to its own PCHReaderDecl.cpp file.Chris Lattner
2009-04-27split stmt/expr deserialization out to PCHReaderStmt.cppChris Lattner
2009-04-21Split preprocessor initialization logic out of clang-cc intoChris Lattner
2009-04-10Add PCH sources to CMake build filesDouglas Gregor
2009-04-02Some cleanups to the fix-it rewriter. Thanks, ChrisDouglas Gregor
2009-03-24Really fix cmake style builds.Mike Stump
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar