This revision was automatically updated to reflect the committed changes.
Closed by commit rG2b8542ce8e8c: [clang-format] Correctly count annoated lines
of a namespace body (authored by owenpan).
Changed prior to commit:
https://reviews.llvm.org/D157244?vs=547612&id=549190#toc
Repository:
rG
owenpan added inline comments.
Comment at: clang/lib/Format/TokenAnnotator.h:95
+ size_t size() const {
+int Size = 1;
+for (const auto *Child : Children)
Will fix it before landing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
ht
owenpan created this revision.
Herald added projects: All, clang, clang-format.
Herald added a subscriber: cfe-commits.
Herald added reviewers: rymiel, HazardyKnusperkeks, MyDeveloperDay.
owenpan requested review of this revision.
Fixes https://github.com/llvm/llvm-project/issues/63882.
Reposito