mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
17 lines
409 B
JSON
17 lines
409 B
JSON
[
|
|
{
|
|
"directory" : "full_tests/simple_cross_reference",
|
|
"command" : "clang -c -o a.o a.cc",
|
|
"file" : "a.cc"
|
|
},
|
|
{
|
|
"directory" : "full_tests/simple_cross_reference",
|
|
"command" : "clang -DRANDOM_DEFINE -c -o b.o b.cc",
|
|
"file" : "b.cc"
|
|
},
|
|
{
|
|
"directory" : "full_tests/simple_cross_reference",
|
|
"command" : "clang -DRANDOM_DEFINE -c -o b.o b.cc",
|
|
"file" : "test.cc"
|
|
}
|
|
] |