History log of /external/clang/test/PCH/missing-file.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
95d8255917c6d84f35ecc6693e29d00ca121a238 05-Dec-2012 Richard Smith <richard-llvm@metafoo.co.uk> Looks like lit on Windows can't cope with parens here, and in any case, we shouldn't need them after r169441.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169442 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp
9867ebaac9efe9346fcdc3bc816c85a7a25c6bf2 05-Dec-2012 Richard Smith <richard-llvm@metafoo.co.uk> More workarounds for PR10867.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169437 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp
745e6f168d0276c15fb72f3d90e3d93d60282b1b 19-Oct-2012 Douglas Gregor <dgregor@apple.com> Move the set of files to be validated in an AST file into the control
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166251 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp
4d59422415cb94b6034c5489ebbc7aa57193068d 12-Sep-2012 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows.

%t.h might be touched by scanners as a hot file on Windows, to fail to remove %.h with single run.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163697 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp
3b5b02345b88ff5214e756f57201fe7679af0c34 03-Feb-2011 Axel Naumann <Axel.Naumann@cern.ch> Remove unnecessary RUN: directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124795 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp
daef9cc7e379c83e272f50de2fb3b7ab2e7e42db 01-Feb-2011 Matt Beaumont-Gay <matthewbg@google.com> Use tempfiles for the .o outputs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124697 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp
04331169f04198eb769925fa17696a21989c9d8b 27-Jan-2011 Axel Naumann <Axel.Naumann@cern.ch> 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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124374 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/missing-file.cpp