hanchenye-llvm-project/clang/lib/Serialization
Jordan Rose 99e80c14b3 Serialize source range info for TypeTraitExpr.
This caused some crazy crashes involving std::unordered_map being
deserialized from a PCH file and then template instantiation requiring
an explicit instantiation location; unfortunately I don't really know
how to come up with a minimal test case.

llvm-svn: 197764
2013-12-20 01:26:47 +00:00
..
ASTCommon.cpp Make UsingShadowDecls redeclarable. This fixes some visibility problems with 2013-10-23 02:17:46 +00:00
ASTCommon.h
ASTReader.cpp Add an AdjustedType sugar node for adjusting calling conventions 2013-12-05 01:23:43 +00:00
ASTReaderDecl.cpp PCH: fix a crash caused by a circular deserialization dependency 2013-12-19 02:05:20 +00:00
ASTReaderInternals.h
ASTReaderStmt.cpp Serialize source range info for TypeTraitExpr. 2013-12-20 01:26:47 +00:00
ASTWriter.cpp Eliminate BinaryTypeTraitExpr 2013-12-13 20:49:58 +00:00
ASTWriterDecl.cpp [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the 2013-12-03 21:11:30 +00:00
ASTWriterStmt.cpp Serialize source range info for TypeTraitExpr. 2013-12-20 01:26:47 +00:00
CMakeLists.txt [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
GeneratePCH.cpp
GlobalModuleIndex.cpp I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change 2013-10-25 19:00:49 +00:00
Makefile
Module.cpp
ModuleManager.cpp