llvm-project/clang/test/Tooling
Manuel Klimek 805d8dc52a 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.

llvm-svn: 156299
2012-05-07 09:17:48 +00:00
..
clang-check-args.cpp Adds a FixedCompilationDatabase to be able to specify tool parameters 2012-04-18 07:41:50 +00:00
clang-check-builtin-headers.cpp Fixes the header search logic for tools: 2012-04-25 09:25:41 +00:00
clang-check-chdir.cpp Fixes resolution of relative paths when running clang tools. 2012-05-07 09:17:48 +00:00
clang-check-pwd.cpp Fix quoting to allow shell expansion to occur for shell variables 2012-04-10 22:27:27 +00:00
clang-check.cpp Fix tautological FileCheck by moving the CHECK to an extra line. 2012-04-10 12:12:33 +00:00