forked from OSchip/llvm-project
[NFC][clang] Fix comments.
This commit is contained in:
parent
4ecfa0a0c5
commit
62b59c59a6
|
@ -17,13 +17,13 @@ void test() {
|
|||
;
|
||||
|
||||
// This removal of extra semi also consumes all the comments.
|
||||
// clang-format: off
|
||||
// clang-format off
|
||||
;;;
|
||||
// clang-format: on
|
||||
// clang-format on
|
||||
|
||||
// clang-format: off
|
||||
// clang-format off
|
||||
;NULLMACRO(ZZ);
|
||||
// clang-format: on
|
||||
// clang-format on
|
||||
|
||||
{}; // expected-warning {{empty expression statement has no effect; remove unnecessary ';' to silence this warning}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue