This reverts commit 30cb49b44e4e2af2e0627b2aa33df0ba57ab9e55. It caused test failures on Fuchsia Toolchain Mac builds: https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-mac-x64/b8818888168677577537/overview
13 lines
267 B
JSON
13 lines
267 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang --analyze DIR/static-analyzer_clang.c",
|
|
"file": "DIR/static-analyzer_clang.c"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang-cl --analyze -- DIR/static-analyzer_clangcl.c",
|
|
"file": "DIR/static-analyzer_clangcl.c"
|
|
}
|
|
]
|