This file is indexed.

/usr/share/clang/scan-build-py-3.9/tests/functional/src/compilation_database/build_clean.json.in is in clang-3.9 1:3.9.1-19ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
[
{
  "directory": "${path}",
  "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value",
  "file": "${path}/main.c"
}
,
{
  "directory": "${path}",
  "command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclude",
  "file": "${path}/clean-one.c"
}
,
{
  "directory": "${path}",
  "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include",
  "file": "${path}/clean-two.c"
}
]