aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ClangScanDeps/Inputs/regular_cdb.json
blob: 938880c1304f1fca0429f695508cd1b14fffa8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{
  "directory": "DIR",
  "command": "clang -E -fsyntax-only DIR/regular_cdb_input2.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/regular_cdb2.d",
  "file": "DIR/regular_cdb_input2.cpp"
},
{
  "directory": "DIR",
  "command": "clang -E DIR/regular_cdb_input.cpp -IInputs",
  "file": "DIR/regular_cdb_input.cpp"
},
{
  "directory": "DIR",
  "command": "clang -E -IInputs -o adena.o -- DIR/regular_cdb_input.cpp",
  "file": "DIR/regular_cdb_input.cpp"
}
]