[PATCH] D153228: [clang-format] Fixed bad performance with enabled qualifier fixer.
Sedenion via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 19 11:37:15 PDT 2023
Sedeniono marked 2 inline comments as done.
Sedeniono added inline comments.
================
Comment at: clang/lib/Format/Format.cpp:3475
AnalyzerPass;
SmallVector<AnalyzerPass, 8> Passes;
----------------
HazardyKnusperkeks wrote:
> Just increase here, and add a comment that there are multiple passes added in `addQualifierAlignmentFixerPasses`.
>
> I think the idea was and should be that we always store the pointers on the stack.
Ok, done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153228/new/
https://reviews.llvm.org/D153228
More information about the cfe-commits
mailing list