[PATCH] D129845: Allow custom attributes in access specifiers

2022-07-15 Thread Marek Kurdej via Phabricator via cfe-commits
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

[PATCH] D129845: Allow custom attributes in access specifiers

2022-07-15 Thread Danil Sidoruk via Phabricator via cfe-commits
eoanermine created this revision. eoanermine added reviewers: owenpan, HazardyKnusperkeks, curdeius. eoanermine added projects: clang, clang-format. Herald added a project: All. eoanermine requested review of this revision. Herald added a subscriber: cfe-commits. - Allow custom attributes in acces