diff options
author | Bruno Ricci <riccibrun@gmail.com> | 2020-07-21 14:43:48 +0100 |
---|---|---|
committer | Bruno Ricci <riccibrun@gmail.com> | 2020-07-21 14:53:37 +0100 |
commit | 7b5bddfd034ef42c92c67731743399df844d5f43 (patch) | |
tree | 209dd72a57937ee23517d65303dd2a9426aa9a40 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 617787ea77a22f752ba1fcd4ac7cb9a62a710756 (diff) | |
download | llvm-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