1[
2{
3  "directory": "DIR",
4  "command": "clang -E DIR/target-filename_input.cpp",
5  "file": "DIR/target-filename_input.cpp"
6},
7{
8  "directory": "DIR",
9  "command": "clang -E DIR/target-filename_input.cpp -o a.o",
10  "file": "DIR/target-filename_input.cpp"
11},
12{
13  "directory": "DIR",
14  "command": "clang -E DIR/target-filename_input.cpp -ob.o",
15  "file": "DIR/target-filename_input.cpp"
16},
17{
18  "directory": "DIR",
19  "command": "clang -E DIR/target-filename_input.cpp -o first.o -o last.o",
20  "file": "DIR/target-filename_input.cpp"
21},
22{
23  "directory": "DIR",
24  "command": "clang-cl /E -- DIR/target-filename_input.cpp",
25  "file": "DIR/target-filename_input.cpp"
26},
27{
28  "directory": "DIR",
29  "command": "clang-cl /E -o clangcl-a.o -- DIR/target-filename_input.cpp",
30  "file": "DIR/target-filename_input.cpp"
31},
32{
33  "directory": "DIR",
34  "command": "clang-cl /E -oclangcl-b.o -- DIR/target-filename_input.cpp",
35  "file": "DIR/target-filename_input.cpp"
36},
37{
38  "directory": "DIR",
39  "command": "clang-cl /E /o clangcl-c.o -- DIR/target-filename_input.cpp",
40  "file": "DIR/target-filename_input.cpp"
41},
42{
43  "directory": "DIR",
44  "command": "clang-cl /E /oclangcl-d.o -- DIR/target-filename_input.cpp",
45  "file": "DIR/target-filename_input.cpp"
46},
47{
48  "directory": "DIR",
49  "command": "clang-cl /E /Foclangcl-e.o -- DIR/target-filename_input.cpp",
50  "file": "DIR/target-filename_input.cpp"
51},
52{
53  "directory": "DIR",
54  "command": "clang-cl /E -o clangcl-firstf.o -o clangcl-lastf.o -- DIR/target-filename_input.cpp",
55  "file": "DIR/target-filename_input.cpp"
56},
57{
58  "directory": "DIR",
59  "command": "clang-cl /E /oclangcl-firstg.o /Foclangcl-lastg.o -- DIR/target-filename_input.cpp",
60  "file": "DIR/target-filename_input.cpp"
61},
62{
63  "directory": "DIR",
64  "command": "clang-cl /E /Foclangcl-firsth.o -o clangcl-midh.o /oclangcl-lasth.o -- DIR/target-filename_input.cpp",
65  "file": "DIR/target-filename_input.cpp"
66}
67]
68