llvm-project/clang/lib/Serialization
Richard Smith 202210b369 [modules] Support combining 'textual' with 'private'.
llvm-svn: 220589
2014-10-24 20:23:01 +00:00
..
ASTCommon.cpp [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes 2014-09-03 23:11:22 +00:00
ASTCommon.h [modules] Number anonymous declarations that are lexically within mergeable 2014-08-28 01:33:39 +00:00
ASTReader.cpp [modules] Support combining 'textual' with 'private'. 2014-10-24 20:23:01 +00:00
ASTReaderDecl.cpp [modules] Initial support for explicitly loading .pcm files. 2014-10-22 02:05:46 +00:00
ASTReaderInternals.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ASTReaderStmt.cpp Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their only use was with the AST reader, and friendship can be used to handle that. Drive-by rename of "Brac" to "Brace" for the private data members. NFC. 2014-10-22 21:06:18 +00:00
ASTWriter.cpp [modules] Support combining 'textual' with 'private'. 2014-10-24 20:23:01 +00:00
ASTWriterDecl.cpp Change how we distinguish bitfield widths, in-class 2014-10-10 18:44:34 +00:00
ASTWriterStmt.cpp [OPENMP] Codegen for 'private' clause in 'parallel' directive. 2014-10-21 03:16:40 +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 Add a "signature" to AST files to verify that they haven't changed 2014-10-23 18:05:36 +00:00
Makefile
Module.cpp Add a "signature" to AST files to verify that they haven't changed 2014-10-23 18:05:36 +00:00
ModuleManager.cpp [Modules] Free modules that failed signature verification. 2014-10-24 16:31:42 +00:00