[llvm-branch-commits] [clang] [clang][CodeComplete] Use HeuristicResolver to resolve pointee types (PR #121315)
Nathan Ridge via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Dec 29 20:11:48 PST 2024
HighCommander4 wrote:
The buildkite run shows the test `Clang.Index/complete-memfunc-cvquals.cpp` failing.
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.
https://github.com/llvm/llvm-project/pull/121315
More information about the llvm-branch-commits
mailing list