Those are not created in the allocator.
Since they are created fairly rarely, a counter overhead should not affect the memory consumption.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/include/clang/Analysis/AnalysisDeclContext.h | ||
---|---|---|
234 ↗ | (On Diff #164552) | This means that for every new analysis the counter will continue rather than reset to 0. Maybe store the counter in the manager as a non-static field? |
clang/include/clang/Analysis/AnalysisDeclContext.h | ||
---|---|---|
234 ↗ | (On Diff #164552) | OK |