[llvm-branch-commits] [clang] [clang][NFC] Remove CXXRecordDecl::lookupDependentName() and its helpers (PR #128392)
Younan Zhang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Feb 23 06:43:10 PST 2025
https://github.com/zyn0217 commented:
LGTM in general, but my concern would be that we're less clear if there's any use of this function out-of-tree, so as an alternative, can we turn the implementation to use HeuristicResolver and explicitly deprecate it for a while before eventually removing it?
https://github.com/llvm/llvm-project/pull/128392
More information about the llvm-branch-commits
mailing list