Revert r374663 "[clang-format] Proposal for clang-format to give compiler style warnings"

The test fails on macOS and looks a bit wrong, see comments on the review.

Also revert follow-up r374686.

llvm-svn: 374688
This commit is contained in:
Nico Weber 2019-10-12 22:58:34 +00:00
parent 7c9db209a6
commit b9c29111a6

View File

@ -3,7 +3,6 @@ executable("clang-format") {
deps = [
"//clang/lib/Basic",
"//clang/lib/Format",
"//clang/lib/Frontend",
"//clang/lib/Rewrite",
"//clang/lib/Tooling/Core",
"//llvm/lib/Support",