llvm-project/clang/lib/Serialization
Richard Smith decef8007f [modules] When either redecl chain merging or an update record causes us to
give an exception specification to a declaration that didn't have an exception
specification in any of our imported modules, emit an update record ourselves.
Without this, code importing the current module would not see an exception
specification that we could see and might have relied on.

llvm-svn: 232870
2015-03-21 00:58:54 +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] Don't clobber a destructor's operator delete when adding another one; 2015-03-10 01:41:22 +00:00
ASTReader.cpp [modules] When either redecl chain merging or an update record causes us to 2015-03-21 00:58:54 +00:00
ASTReaderDecl.cpp [modules] When either redecl chain merging or an update record causes us to 2015-03-21 00:58:54 +00:00
ASTReaderInternals.h Objective-C: Serialize "more than one decl" state of ObjCMethodList. 2014-12-27 22:14:15 +00:00
ASTReaderStmt.cpp Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
ASTWriter.cpp [modules] When either redecl chain merging or an update record causes us to 2015-03-21 00:58:54 +00:00
ASTWriterDecl.cpp [modules] Don't clobber a destructor's operator delete when adding another one; 2015-03-10 01:41:22 +00:00
ASTWriterStmt.cpp [OPENMP] Additional sema analysis for 'omp atomic[ update]'. 2015-03-13 12:27:31 +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 Add a "signature" to AST files to verify that they haven't changed 2014-10-23 18:05:36 +00:00
ModuleManager.cpp Make module files passed to a module build via -fmodule-file= available to 2015-03-18 01:42:29 +00:00