[clang] Reduce memory usage in AST parent map generation by lazily checking if nodes have been seen (PR #129934)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 13 05:23:54 PDT 2025


https://github.com/AaronBallman approved this pull request.

LGTM with the vector changed back to a SmallVector. This is a much cleaner change, thank you for spotting it!

https://github.com/llvm/llvm-project/pull/129934


More information about the cfe-commits mailing list