- Allow custom attributes in access specifiers
- Add tests for custom attributes in access specifiers
- Add more tests for correct handling of Qt's signals and slots
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129845
[clang-format] Allow custom attributes in access specifiers Needs ReviewPublic Authored by eoanermine on Jul 15 2022, 4:02 AM.
Details Summary
Diff Detail
Event Timeline
curdeius retitled this revision from Allow custom attributes in access specifiers to [clang-format] Allow custom attributes in access specifiers.Jul 15 2022, 5:46 AM curdeius added inline comments.
Revision Contents
Diff 444937 clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp
|
In the same vein, could you add test for slots: and Q_SLOTS: please?