[PATCH] D129845: Allow custom attributes in access specifiers

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


curdeius added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:3304
+  verifyFormat("class A {\n"
+               "public ATTR:\n"
+               "  void f1() {}\n"
----------------
How about multiple macros?
E.g. `public ATTR1 ATTR2`?


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