[PATCH] D129845: [clang-format] Allow custom attributes in access specifiers

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 15 05:47:51 PDT 2022


curdeius added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:3298
                "  void f6() {}\n"
                "signals:\n"
                "  void g1();\n"
----------------
In the same vein, could you add test for `slots:` and `Q_SLOTS:` please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129845



More information about the cfe-commits mailing list