History log of /external/clang/test/Tooling/clang-check-chdir.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96e7813f08c6adf1d8657b0da86741b54e850fd7 04-Jul-2013 Rafael Espindola <rafael.espindola@gmail.com> Add 'not' to commands that are expected to fail.

This is at least good documentation, but also opens the possibility of
using pipefail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185652 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp
78a2a5a17a907aec58ae6b564607de4202dee0c6 01-May-2013 Aaron Ballman <aaron@aaronballman.com> As of r180836, these tests should no longer be XFAILed on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180853 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp
8fa2fb859a4cb8e67d9763225281d9b0aa9cb59f 10-Jul-2012 Manuel Klimek <klimek@google.com> Adds support for auto-detection of compilation databases
from a source file and changes clang-check to make use of this.

This makes clang-check just work on in-tree builds, and allows
easy setup via a symlink per source directory to make clang-check
work without any extra configuration.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159990 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp
8cf93ec4e49ebd7feca76402a0be56cf72871c3b 24-May-2012 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in JSON.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157351 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp
1de76babf4c7170a4c7106cdb845571ffd13d697 17-May-2012 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts.

FIXME: JSON doesn't like path separator '\', on Win32 hosts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156957 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp
7e2a01ef8204e03230eda9e0034b4007ec04d179 16-May-2012 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.

FYI, they can pass on Cygwin w/o any tweaks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156930 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp
00f3c4f499cc27c88005176226bb424f6db4a31b 07-May-2012 Manuel Klimek <klimek@google.com> Fixes resolution of relative paths when running clang tools.

The chdir is not the perfect fix, as it is thread hostile. The
real fix will be to make -working-dir work correctly, which will
take time to implement. Before that, the tooling library cannot
be used concurrently.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156299 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Tooling/clang-check-chdir.cpp