This revision was automatically updated to reflect the committed changes.
Closed by commit rG1db8112311c7: [clang-format] Fix crash with ObjC Blocks
(authored by HazardyKnusperkeks).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121596/new/
https://
HazardyKnusperkeks added inline comments.
Comment at: clang/unittests/Format/TokenAnnotatorTest.cpp:615
+TEST_F(TokenAnnotatorTest, UnderstandsObjCBlock) {
+ auto Tokens = annotate("int (^)() = ^ ()\n"
I hope the name is appropriate, I don't know shit about ob
HazardyKnusperkeks created this revision.
HazardyKnusperkeks added reviewers: owenpan, MyDeveloperDay, curdeius.
HazardyKnusperkeks added a project: clang-format.
Herald added a project: All.
HazardyKnusperkeks requested review of this revision.
Herald added a project: clang.
Herald added a subscri