aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/CMakeLists.txt
AgeCommit message (Expand)Author
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-19libclangSerialization also depends on the bitreader.Benjamin Kramer
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
2011-12-29Fix cmake build with -DBUILD_SHARED_LIBS=ON.Rafael Espindola
2011-12-09Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor
2011-03-09Fix CMake build.Argyrios Kyrtzidis
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
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-08-20Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis
2010-08-18Rename the ASTReader implementation files.Sebastian Redl
2010-08-18Rename the ASTWriter implementation filesSebastian Redl
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
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