aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
diff options
context:
space:
mode:
authorBruno Ricci <riccibrun@gmail.com>2020-07-21 14:43:48 +0100
committerBruno Ricci <riccibrun@gmail.com>2020-07-21 14:53:37 +0100
commit7b5bddfd034ef42c92c67731743399df844d5f43 (patch)
tree209dd72a57937ee23517d65303dd2a9426aa9a40 /llvm/unittests/Support/CommandLineTest.cpp
parent617787ea77a22f752ba1fcd4ac7cb9a62a710756 (diff)
downloadllvm-7b5bddfd034ef42c92c67731743399df844d5f43.zip
llvm-7b5bddfd034ef42c92c67731743399df844d5f43.tar.gz
llvm-7b5bddfd034ef42c92c67731743399df844d5f43.tar.bz2
[clang] Partially revert "Disable a few formatting options for test/"
The changes to "AlignTrailingComments" and "CommentPragmas" did not result in what I expected (just leave the special comments alone). Instead now the following: void test() { int i; // expected-error // expected-warning } is formatted into: void test() { int i; // expected-error // expected-warning } which is even worse.
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions