This reverts commit 30cb49b44e.
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
319 B
JSON
13 lines
319 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E DIR/no-werror_input.cpp -IInputs -std=c++17 -Weverything -Werror",
|
|
"file": "DIR/no-werror.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang-cl /E /IInputs /std:c++17 -Weverything -Werror -- DIR/no-werror_input_clangcl.cpp",
|
|
"file": "DIR/no-werror_clangcl.cpp"
|
|
}
|
|
]
|