ccls/full_tests/simple_cross_reference/compile_commands2.json

17 lines
409 B
JSON
Raw Normal View History

2017-02-22 08:52:00 +00:00
[
{
"directory" : "full_tests/simple_cross_reference",
"command" : "clang -c -o a.o a.cc",
2017-03-05 22:16:56 +00:00
"file" : "a.cc"
2017-02-22 08:52:00 +00:00
},
{
"directory" : "full_tests/simple_cross_reference",
"command" : "clang -DRANDOM_DEFINE -c -o b.o b.cc",
2017-03-05 22:16:56 +00:00
"file" : "b.cc"
},
{
"directory" : "full_tests/simple_cross_reference",
"command" : "clang -DRANDOM_DEFINE -c -o b.o b.cc",
"file" : "test.cc"
2017-02-22 08:52:00 +00:00
}
]