[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 03:20:18 PST 2022


HazardyKnusperkeks added a comment.

Let's me wonder if it was respected in the block separator...



================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:879
+               "// clang-format on\n"
+               "int const inline static a = 0;\n",
+               Style);
----------------
Shouldn't this be sorted?


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