llvm-project/clang/lib
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
..
AST Do a proper recursive lookup when deciding whether a class's usual 2011-01-27 09:37:56 +00:00
Analysis Fix whitespace. 2011-01-27 07:10:08 +00:00
Basic 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
CodeGen Do a proper recursive lookup when deciding whether a class's usual 2011-01-27 09:37:56 +00:00
Driver [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default 2011-01-26 01:26:50 +00:00
Frontend 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
FrontendTool Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00
Headers Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Hook up attribute ns_consumes_self in the ObjC retain/release checker in the static analyzer. 2011-01-27 06:54:14 +00:00
Parse Improve the extension warning for the use of ref-qualifiers, to 2011-01-26 20:35:32 +00:00
Rewrite Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
Sema Do a proper recursive lookup when deciding whether a class's usual 2011-01-27 09:37:56 +00:00
Serialization 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
StaticAnalyzer Fix whitespace. 2011-01-27 07:10:08 +00:00
CMakeLists.txt Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00