blob: 830d09d6a0e029eef93fb8223ead6129cfcd09a7 [file] [log] [blame]
Manuel Klimek65fd0e12012-07-10 13:10:51 +00001// RUN: rm -rf %t
2// RUN: mkdir -p %t/abc/def/ijk/qwe
NAKAMURA Takumi83910ae2014-11-04 13:32:17 +00003// RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %/t/abc/def/ijk/qwe/test.cpp\",\"file\":\"%/t/abc/def/ijk/qwe/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
Manuel Klimek65fd0e12012-07-10 13:10:51 +00004// RUN: cp "%s" "%t/abc/def/ijk/qwe/test.cpp"
Rafael Espindola925213b2013-07-04 16:16:58 +00005// RUN: not clang-check "%t/abc/def/ijk/qwe/test.cpp" 2>&1 | FileCheck %s
Manuel Klimek65fd0e12012-07-10 13:10:51 +00006
7// CHECK: C++ requires
8invalid;