llvm-project/clang/lib/Serialization
Richard Smith e40f2baa5d PR9992: Serialize and deserialize the token sequence for a function template in
-fdelayed-template-parsing mode. Patch by Will Wilson!

llvm-svn: 187916
2013-08-07 21:41:30 +00:00
..
ASTCommon.cpp Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... 2013-08-06 01:03:05 +00:00
ASTCommon.h C++1y deduced return types: when we deduce a return type for a function which 2013-05-11 05:45:24 +00:00
ASTReader.cpp PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
ASTReaderDecl.cpp PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
ASTReaderInternals.h Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. 2013-04-17 00:08:58 +00:00
ASTReaderStmt.cpp Fix read of uninitialized enum value in test, caught by UBSan. No functionality 2013-07-31 00:26:46 +00:00
ASTWriter.cpp PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
ASTWriterDecl.cpp PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
ASTWriterStmt.cpp Make IgnoreParens() look through ChooseExprs. 2013-07-20 00:40:58 +00:00
CMakeLists.txt Implement the writer side of the global module index. 2013-01-23 22:38:11 +00:00
GeneratePCH.cpp [libclang] Allow building a precompiled preamble with compiler errors 2013-06-11 00:36:55 +00:00
GlobalModuleIndex.cpp Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. 2013-03-06 18:12:44 +00:00
ModuleManager.cpp Include Path.h instead of PathV2.h. 2013-06-11 22:15:02 +00:00