HazardyKnusperkeks added inline comments.
Comment at: clang/unittests/Format/FormatTest.cpp:23323
"WhitespaceSensitiveMacros: ['FOO', 'BAR']")));
- std::vector NonDefaultWhiteSpaceMacros{"FOO", "BAR"};
+ std::vector NonDefaultWhiteSpaceMacros =
+
owenpan added a comment.
Don't forget to run dump_format_style.py before landing. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137409/new/
https://reviews.llvm.org/D137409
___
cfe-commits mailing lis
MyDeveloperDay accepted this revision.
MyDeveloperDay added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Format/FormatTest.cpp:23323
"WhitespaceSensitiveMacros: ['FOO', 'BAR']")));
- std::vector NonDe