summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Index/skip-parsed-bodies/compile_commands.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Index/skip-parsed-bodies/compile_commands.json b/clang/test/Index/skip-parsed-bodies/compile_commands.json
index ddd46be955d..62303cbc87d 100644
--- a/clang/test/Index/skip-parsed-bodies/compile_commands.json
+++ b/clang/test/Index/skip-parsed-bodies/compile_commands.json
@@ -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"
}
]
OpenPOWER on IntegriCloud