• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "directory": "$test_files_dir",
4    "command": "clang++ -fsyntax-only -std=c++11 -c test.cc",
5    "file": "test.cc"
6  },
7  {
8    "directory": "$test_files_dir",
9    "command": "clang++ -fsyntax-only -std=c++11 --sysroot ./sysroot -c test_relative_sysroot.cc",
10    "file": "test_relative_sysroot.cc"
11  }
12]