llvm-project/clang/lib/Serialization
Richard Smith 88ebade8d9 [modules] When merging a tag declaration that has a typedef name for linkage
purposes, look for other typedefs with that same name and merge into their
named tag declaration if there is one.

llvm-svn: 216312
2014-08-23 01:45:27 +00:00
..
ASTCommon.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
ASTCommon.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ASTReader.cpp When loading a module with no local entities, still bump the size of the 2014-08-16 04:54:18 +00:00
ASTReaderDecl.cpp [modules] When merging a tag declaration that has a typedef name for linkage 2014-08-23 01:45:27 +00:00
ASTReaderInternals.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ASTReaderStmt.cpp [OPENMP] Extract common superclass from all the loop directives. No functional changes (having common superclass is convenient for future loop directives CodeGen implementation) 2014-08-19 11:27:13 +00:00
ASTWriter.cpp When loading a module with no local entities, still bump the size of the 2014-08-16 04:54:18 +00:00
ASTWriterDecl.cpp [modules] Add abbreviation for ImplicitCastExpr. This is the most common 2014-07-27 04:19:32 +00:00
ASTWriterStmt.cpp [OPENMP] Extract common superclass from all the loop directives. No functional changes (having common superclass is convenient for future loop directives CodeGen implementation) 2014-08-19 11:27:13 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
GeneratePCH.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
GlobalModuleIndex.cpp unique_ptr-ify the MemoryBuffer parameter of GlobalModuleIndex 2014-08-11 18:47:26 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
ModuleManager.cpp Store std::unique_ptr in InMemoryBuffers. NFC. 2014-08-18 19:16:31 +00:00