llvm-project/clang/lib/Serialization
Richard Smith a523022b53 [modules] Handle defining a tag with a typedef name for linkage purposes on top of an existing imported-but-not-visible definition.
llvm-svn: 233345
2015-03-27 01:37:43 +00:00
..
ASTCommon.cpp Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext 2015-03-07 00:04:49 +00:00
ASTCommon.h [modules] If we reach a definition of a class for which we already have a 2015-03-26 04:09:53 +00:00
ASTReader.cpp [Modules] Preserve source order for the map of late parsed templates. 2015-03-26 09:08:15 +00:00
ASTReaderDecl.cpp [modules] Handle defining a tag with a typedef name for linkage purposes on top of an existing imported-but-not-visible definition. 2015-03-27 01:37:43 +00:00
ASTReaderInternals.h Objective-C: Serialize "more than one decl" state of ObjCMethodList. 2014-12-27 22:14:15 +00:00
ASTReaderStmt.cpp Track the source location of the dot or arrow operator in a MemberExpr. 2015-03-24 15:07:53 +00:00
ASTWriter.cpp [Modules] Make Sema's map of referenced selectors have a deterministic 2015-03-27 00:55:05 +00:00
ASTWriterDecl.cpp [Modules] Delete a bunch of complex code for ensuring visible decls in 2015-03-26 04:27:10 +00:00
ASTWriterStmt.cpp Track the source location of the dot or arrow operator in a MemberExpr. 2015-03-24 15:07:53 +00:00
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
GeneratePCH.cpp Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
GlobalModuleIndex.cpp Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
Makefile
Module.cpp [modules] Deserialize CXXCtorInitializer list for a constructor lazily. 2015-03-24 06:36:48 +00:00
ModuleManager.cpp A couple of readASTFileSignature improvements (NFC) 2015-03-24 04:43:52 +00:00