[clang] [clang-tools-extra] [clang][CodeComplete] Use HeuristicResolver to resolve pointee types (PR #121315)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 19 22:01:12 PST 2025
HighCommander4 wrote:
> This made me realize that `HeuristicResolver::getPointeeType()` actually has a deficiency where it incorrectly discards the cv-qualifiers of the returned pointee type. I'll fix that in a dependent patch before proceeding with this.
Filed https://github.com/llvm/llvm-project/issues/123549 to track this.
https://github.com/llvm/llvm-project/pull/121315
More information about the cfe-commits
mailing list