History log of /external/clang/test/PCH/headersearch.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ea9e33ea25e0c2b12db56418ba3f994eb662c04 08-Apr-2015 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master clang for rebase to r233350

Change-Id: I12d4823f10bc9e445b8b86e7721b71f98d1df442
/external/clang/test/PCH/headersearch.cpp
0e2c34f92f00628d48968dfea096d36381f494cb 23-Mar-2015 Stephen Hines <srhines@google.com> Update aosp/master clang for rebase to r230699.

Change-Id: I6a546ab3d4ae37119eebb735e102cca4f80ab520
/external/clang/test/PCH/headersearch.cpp
413549fbd85f507855f1adb355cb855faf4d8b55 11-Apr-2013 Argyrios Kyrtzidis <akyrtzi@gmail.com> [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emit-obj

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179301 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/headersearch.cpp
7d76de8d810fe4de1b582ba5419da685654c3e3a 06-Mar-2011 NAKAMURA Takumi <geek4civic@gmail.com> test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming.

This test requires shell feature, to change working directory.
On Windows, current directory cannot be moved nor removed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127130 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/headersearch.cpp
884b9dd182378c9d3ae4385ccf9030b989b3d028 05-Mar-2011 NAKAMURA Takumi <geek4civic@gmail.com> test: Mark 3 tests as XFAIL:cygwin,mingw.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127077 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/headersearch.cpp
9e7c461f3ec3301cb89ffde47dbff97feb154ec3 16-Feb-2011 Francois Pichet <pichet2000@gmail.com> test/PCH/headersearch.cpp fails on Win32. Not trivial to fix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125644 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/PCH/headersearch.cpp
8e3df4d0864f0a966c20088ca1a29c3398b7639d 15-Feb-2011 Argyrios Kyrtzidis <akyrtzi@gmail.com> Allow resolving headers from a PCH even after headers+PCH were moved to another path.

Store in PCH the directory that the PCH was originally created in.
If a header file is not found at the path that we expect it to be and the PCH file
was moved from its original location, try to resolve the file by assuming that
header+PCH were moved together and the header is in the same place relative to the PCH.

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