summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/missing-file.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Exclude PCH/missing-file.cpp on Windows, it does not pass reliablyReid Kleckner2016-02-161-5/+4
| | | | | | | 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
* Looks like lit on Windows can't cope with parens here, and in any case, we ↵Richard Smith2012-12-051-1/+1
| | | | | | shouldn't need them after r169441. llvm-svn: 169442
* More workarounds for PR10867.Richard Smith2012-12-051-1/+2
| | | | llvm-svn: 169437
* Move the set of files to be validated in an AST file into the controlDouglas Gregor2012-10-191-10/+2
| | | | | | | | | | | | | 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
* clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows.NAKAMURA Takumi2012-09-121-1/+4
| | | | | | %t.h might be touched by scanners as a hot file on Windows, to fail to remove %.h with single run. llvm-svn: 163697
* Remove unnecessary RUN: directive.Axel Naumann2011-02-031-1/+0
| | | | llvm-svn: 124795
* Use tempfiles for the .o outputs.Matt Beaumont-Gay2011-02-011-3/+3
| | | | llvm-svn: 124697
* TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with ↵Axel Naumann2011-01-271-0/+32
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
OpenPOWER on IntegriCloud