[llvm-branch-commits] [clang] [clang][NFC] Remove CXXRecordDecl::lookupDependentName() and its helpers (PR #128392)
Nathan Ridge via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 22 19:59:52 PST 2025
HighCommander4 wrote:
For reference, the callers of `CXXRecordDecl::lookupDependentName()` have been ported over to `HeuristicResolver` over the following series of patches:
https://github.com/llvm/llvm-project/pull/124888
https://github.com/llvm/llvm-project/pull/125153
https://github.com/llvm/llvm-project/pull/128106
https://github.com/llvm/llvm-project/pull/128391
https://github.com/llvm/llvm-project/pull/128392
More information about the llvm-branch-commits
mailing list