chromium/tools/clang/translation_unit/test_files/compile_commands.json.template

[
  {
    "directory": "$test_files_dir",
    "command": "clang++ -fsyntax-only -std=c++11 test.cc",
    "file": "test.cc"
  },
  {
    "directory": "$test_files_dir",
    "command": "clang++ -fsyntax-only -std=c++11 --sysroot ./sysroot test_relative_sysroot.cc",
    "file": "test_relative_sysroot.cc"
  },
  {
    "directory": "$test_files_dir",
    "command": "clang++ -I.",
    "file": "includes_self.cc"
  }
]