[NFC][clang] Fix comments.

This commit is contained in:
Shao-Ce SUN 2022-01-05 14:49:03 +08:00
parent 4ecfa0a0c5
commit 62b59c59a6

View file

@ -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}}