[PATCH] D119218: [clang-format] Honour "// clang-format off" when using QualifierOrder.
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 8 07:11:14 PST 2022
HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.
================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:879
+ "// clang-format on\n"
+ "int const inline static a = 0;\n",
+ Style);
----------------
curdeius wrote:
> HazardyKnusperkeks wrote:
> > Shouldn't this be sorted?
> This is input code, not the expected result.
I've not seen the comma, I thought there is only 1 string.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119218/new/
https://reviews.llvm.org/D119218
More information about the cfe-commits
mailing list