curdeius marked an inline comment as done.
curdeius added inline comments.

================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:875
+               "// clang-format on\n"
+               "inline static const int a = 0;\n",
+               "// clang-format off\n"
----------------
It's sorted here.


================
Comment at: clang/unittests/Format/QualifierFixerTest.cpp:879
+               "// clang-format on\n"
+               "int const inline static a = 0;\n",
+               Style);
----------------
HazardyKnusperkeks wrote:
> Shouldn't this be sorted?
This is input code, not the expected result.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119218/new/

https://reviews.llvm.org/D119218

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to