[PATCH] D125961: [clang-format] Don't break lines after pragma region
Tobias Hieta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 20 05:01:30 PDT 2022
thieta added a comment.
In D125961#3527447 <https://reviews.llvm.org/D125961#3527447>, @curdeius wrote:
> Thanks for the patch!
> Could you please add a unit test in unittest/Format/FormatTest.cpp instead of in lit-based test/?
> Is there a bug report that your patch fixes?
Sure - I didn't know clang-format used unittests instead. Maybe there should be some documentation around this for new people used to adding lit tests?
I never filed a bug for it - I fixed it instead.
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125961/new/
https://reviews.llvm.org/D125961
More information about the cfe-commits
mailing list