This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf97639ce1375: [clang-format] Don't misannotate in CTor
init list (authored by HazardyKnusperkeks).
Repository:
rG LLVM Github Monorepo
CHANGES SI
HazardyKnusperkeks updated this revision to Diff 470921.
HazardyKnusperkeks marked an inline comment as done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136635/new/
https://reviews.llvm.org/D136635
Files:
clang/lib/Format/TokenAnnotator.cpp
c
owenpan accepted this revision.
owenpan added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Format/TokenAnnotatorTest.cpp:1077-1079
+ EXPECT_TOKEN(Tokens[6], tok::identifier, TT_Unknown);
+ EXPECT_TOKEN(Tokens[7], tok::l_brace, TT
HazardyKnusperkeks created this revision.
HazardyKnusperkeks added reviewers: owenpan, curdeius, MyDeveloperDay, rymiel.
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