]> granicus.if.org Git - clang/commitdiff
clang/test/Index/skip-parsed-bodies/compile_commands.json: Appease targeting msvc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 10 Feb 2016 01:45:51 +0000 (01:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 10 Feb 2016 01:45:51 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260347 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/skip-parsed-bodies/compile_commands.json

index ddd46be955d31a26497e509d17c7839db4176d4e..62303cbc87dbc9804c22c76147caead1261226f3 100644 (file)
@@ -1,17 +1,17 @@
 [
 {
   "directory": ".",
-  "command": "/usr/bin/clang++ -fsyntax-only t1.cpp",
+  "command": "/usr/bin/clang++ -fsyntax-only -fno-ms-compatibility -fno-delayed-template-parsing t1.cpp",
   "file": "t1.cpp"
 },
 {
   "directory": ".",
-  "command": "/usr/bin/clang++ -fsyntax-only t2.cpp -DBLAH",
+  "command": "/usr/bin/clang++ -fsyntax-only -fno-ms-compatibility -fno-delayed-template-parsing t2.cpp -DBLAH",
   "file": "t2.cpp"
 },
 {
   "directory": ".",
-  "command": "/usr/bin/clang++ -fsyntax-only t3.cpp -DBLAH",
+  "command": "/usr/bin/clang++ -fsyntax-only -fno-ms-compatibility -fno-delayed-template-parsing t3.cpp -DBLAH",
   "file": "t2.cpp"
 }
 ]