[PATCH] D94206: [clang-format] turn on formatting after "clang-format on" while sorting includes
RafaĆ Jelonek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 7 02:24:38 PST 2021
rjelonek added a comment.
In unit test "DetectClangFormatOn" is my real case. I have problems with D94201 <https://reviews.llvm.org/D94201> and D94217 <https://reviews.llvm.org/D94217> so i tried to turn off sorting for first block (with #pragma hdrstop at the end of this block). But sorting turned off for whole file instead of to // clang-format on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94206/new/
https://reviews.llvm.org/D94206
More information about the cfe-commits
mailing list