| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Tag the test with "REQUIRES: can-remove-opened-file", which is what we
use for the similar test Modules/explicit-build-missing-file.cpp.
llvm-svn: 260994
|
|
|
|
|
|
| |
shouldn't need them after r169441.
llvm-svn: 169442
|
|
|
|
| |
llvm-svn: 169437
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
block, so the input files are validated early on, before we've
committed to loading the AST file. This (accidentally) fixed a but
wherein the main file used to generate the AST file would *not* be
validated by the existing validation logic.
At the moment, this leads to some duplication of filenames between the
source manager block and input-file blocks, as well as validation
logic. This will be handled via an upcoming patch.
llvm-svn: 166251
|
|
|
|
|
|
| |
%t.h might be touched by scanners as a hot file on Windows, to fail to remove %.h with single run.
llvm-svn: 163697
|
|
|
|
| |
llvm-svn: 124795
|
|
|
|
| |
llvm-svn: 124697
|
|
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
|