[all-commits] [llvm/llvm-project] 6e85d2: [C++] Don't filter using declaration when we perfo...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Wed May 10 19:25:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e85d2708115bc1c7cd1bf1674b64934a3cf6c25
      https://github.com/llvm/llvm-project/commit/6e85d2708115bc1c7cd1bf1674b64934a3cf6c25
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M clang/lib/Sema/SemaDecl.cpp
    A clang/test/Modules/pr62158.cppm
    A clang/test/SemaCXX/pr62174.cpp

  Log Message:
  -----------
  [C++] Don't filter using declaration when we perform qualified look up

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.

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D148506




More information about the All-commits mailing list