hanchenye-llvm-project/clang/lib/Serialization
Craig Topper 3598eb7eba Use typedef for Densemap contraining SmallVector passed to a function to avoid repeating SmallVector size.
llvm-svn: 185683
2013-07-05 04:43:31 +00:00
..
ASTCommon.cpp Sema for Captured Statements 2013-04-16 19:37:38 +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 Use typedef for Densemap contraining SmallVector passed to a function to avoid repeating SmallVector size. 2013-07-05 04:43:31 +00:00
ASTReaderDecl.cpp Lazily deserialize function template specializations. This fixes a cycle in 2013-06-28 04:37:53 +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 PR12086, PR15117 2013-06-12 22:31:48 +00:00
ASTWriter.cpp Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
ASTWriterDecl.cpp Fix deserializing of class template partial specializations. Assign sequence 2013-06-25 01:25:15 +00:00
ASTWriterStmt.cpp PR12086, PR15117 2013-06-12 22:31:48 +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 Include Path.h instead of PathV2.h. 2013-06-11 22:15:02 +00:00
Makefile
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