This revision was automatically updated to reflect the committed changes.
Closed by commit rG93fcc80d1ceb: [clang-format] Skip token annotation in passes
that don't need it (authored by owenpan).
Changed prior to commit:
https://reviews.llvm.org/D134103?vs=460966&id=461086#toc
Repository:
rG
owenpan added inline comments.
Comment at: clang/lib/Format/Format.cpp:3276
Passes.emplace_back([&](const Environment &Env) {
-return BracesInserter(Env, Expanded).process();
+return BracesInserter(Env, Expanded).process(/*SkipsAnnotation=*/true);
})
HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Format/Format.cpp:3276
Passes.emplace_back([&](const Environment &Env) {
-return BracesInserter(Env, Expanded
owenpan created this revision.
owenpan added reviewers: MyDeveloperDay, HazardyKnusperkeks, curdeius.
owenpan added a project: clang-format.
Herald added a project: All.
owenpan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository: