llvm-project/clang/lib/Serialization
Douglas Gregor 4b29c16eec Allow clients of the AST reader to specify what kinds of AST load
failures they know how to tolerate, e.g., out-of-date input files or
configuration/version mismatches. Suppress the corresponding
diagnostics if the client can handle it.

No clients actually use this functionality, yet.

llvm-svn: 166449
2012-10-22 23:51:00 +00:00
..
ASTCommon.cpp Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
ASTCommon.h PR13189: va_list broken with precompiled headers 2012-07-01 15:57:25 +00:00
ASTReader.cpp Allow clients of the AST reader to specify what kinds of AST load 2012-10-22 23:51:00 +00:00
ASTReaderDecl.cpp Set a special flag in class metadata when an Objective-C class 2012-10-17 04:53:31 +00:00
ASTReaderInternals.h Implement the all_lookups_iterator for PCH as a follow-up to r153970. This 2012-04-16 02:51:46 +00:00
ASTReaderStmt.cpp DR1442: In a range-based for statement, namespace 'std' is not an associated 2012-10-18 17:56:02 +00:00
ASTWriter.cpp Eliminate the redundancy between source-file information in the source 2012-10-22 18:42:04 +00:00
ASTWriterDecl.cpp Set a special flag in class metadata when an Objective-C class 2012-10-17 04:53:31 +00:00
ASTWriterStmt.cpp DR1442: In a range-based for statement, namespace 'std' is not an associated 2012-10-18 17:56:02 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
GeneratePCH.cpp Rework the (de-)serialization of macros, as stored in 2012-10-09 23:05:51 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Move the set of files to be validated in an AST file into the control 2012-10-19 00:38:02 +00:00
ModuleManager.cpp Set the file entry for a Module* that was created during deserialization 2012-10-03 01:58:42 +00:00