[clang] [StaticAnalyzer] Fix InnerPointerBRVisitor to avoid repeated map scans (PR #185796)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 12:50:28 PDT 2026
steakhal wrote:
> The ctor is working with a different program state than `isSymbolTracked`. In case this change is not preserving the semantics of the original code I think the right fix would be to just remove the FIXME comment. This code path is only happening when we report bugs and this is not performance sensitive, we should not spend too much time optimizing it.
Oh; nice.
https://github.com/llvm/llvm-project/pull/185796
More information about the cfe-commits
mailing list