We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d8bb5 commit 7bfb439Copy full SHA for 7bfb439
clang/test/ClangScanDeps/Inputs/regular_cdb.json
@@ -1,12 +1,12 @@
1
[
2
{
3
"directory": "DIR",
4
- "command": "clang -c DIR/regular_cdb.cpp -IInputs -MD -MF DIR/regular_cdb.d",
+ "command": "clang -E -fsyntax-only DIR/regular_cdb.cpp -IInputs -MD -MF DIR/regular_cdb.d",
5
"file": "DIR/regular_cdb.cpp"
6
},
7
8
9
- "command": "clang -c DIR/regular_cdb.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/regular_cdb2.d",
+ "command": "clang -E -fsyntax-only DIR/regular_cdb.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/regular_cdb2.d",
10
11
}
12
]
0 commit comments