[clang-tools-extra] [clangd] Fix dangling references to StringMap's value. (PR #169339)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 30 00:21:16 PST 2025
HighCommander4 wrote:
In fact, I can delete `DirectoryCache`'s copy and move constructors and the code compiles, suggesting that the `StringMap` never copies or moves them.
https://github.com/llvm/llvm-project/pull/169339
More information about the cfe-commits
mailing list