llvm-project/clang/lib/Serialization
Axel Naumann 63fbaeda29 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it.
FileManager.cpp: Allow virtual files in nonexistent directories.
FileManager.cpp: Close FileDescriptor for virtual files that correspond to actual files.
FileManager.cpp: Enable virtual files to be created even for files that were flagged as NON_EXISTENT_FILE, e.g. by a prior (unsuccessful) addFile().

ASTReader.cpp: Read a PCH even if the original source files cannot be found.

Add a test for reading a PCH of a file that has been removed and diagnostics referencing that file.

llvm-svn: 124374
2011-01-27 10:55:51 +00:00
..
ASTCommon.cpp The -fshort-wchar option causes wchar_t to become unsigned, in addition to being 2010-12-25 23:25:43 +00:00
ASTCommon.h It's kindof silly that ExtQuals has an ASTContext&, and we can use that 2010-12-10 11:01:00 +00:00
ASTReader.cpp TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. 2011-01-27 10:55:51 +00:00
ASTReaderDecl.cpp Use attributes for all the override control specifiers. 2011-01-24 16:26:15 +00:00
ASTReaderStmt.cpp Do a proper recursive lookup when deciding whether a class's usual 2011-01-27 09:37:56 +00:00
ASTWriter.cpp Rvalue references for *this: 2011-01-26 05:01:58 +00:00
ASTWriterDecl.cpp Use attributes for all the override control specifiers. 2011-01-24 16:26:15 +00:00
ASTWriterStmt.cpp Do a proper recursive lookup when deciding whether a class's usual 2011-01-27 09:37:56 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
GeneratePCH.cpp When using a precompiled preamble with detailed preprocessing records, 2010-11-30 06:16:57 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00