[clang] [Sema] Implement fix as suggested by FIXME (PR #143142)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 9 06:11:49 PDT 2025


https://github.com/Sirraide commented:

I’m not sure this is better? Having to manually `delete` these is... not great. Have you benchmarked whether this improves memory usage or makes Clang faster?

See also this comment by Aaron on the issue you linked: https://github.com/llvm/llvm-project/issues/143129#issuecomment-2949619132

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


More information about the cfe-commits mailing list