[PATCH] D129951: adds `__disable_adl` attribute
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 12:48:20 PST 2023
cjdb added inline comments.
================
Comment at: clang/lib/Sema/SemaOverload.cpp:12934-12936
+ // else if (!CandidateSet.empty() && CandidateSet.begin()->FoundDecl->hasAttr<DisableADLAttr>()) {
+ // return;
+ // }
----------------
This and below need to be deleted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129951/new/
https://reviews.llvm.org/D129951
More information about the cfe-commits
mailing list