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
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