[PATCH] D148506: [C++] Don't filter using declaration when we perform qualified look up

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 17 02:12:50 PDT 2023


ChuanqiXu created this revision.
ChuanqiXu added reviewers: rsmith, erichkeane, aaron.ballman, cor3ntin, clang-language-wg.
Herald added a project: All.
ChuanqiXu requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Close https://github.com/llvm/llvm-project/issues/62174

And this was originally a try to close https://github.com/llvm/llvm-project/issues/62158.

I don't feel this is the **correct** fix. I just think it is not bad as an ad-hoc patch. And let's discuss things in the higher-level in the above GitHub issue link.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148506

Files:
  clang/lib/Sema/SemaDecl.cpp
  clang/test/CXX/special/class.inhctor/p8.cpp
  clang/test/Modules/pr62158.cppm
  clang/test/SemaCXX/pr62174.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148506.514144.patch
Type: text/x-patch
Size: 3403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230417/3c434eee/attachment-0001.bin>


More information about the cfe-commits mailing list