[PATCH] D129951: adds `__disable_adl` attribute
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 20 14:51:01 PDT 2023
cjdb updated this revision to Diff 515497.
cjdb marked 6 inline comments as done.
cjdb added a comment.
Herald added subscribers: aheejin, dschuff.
- undoes whitespace changes as requested
- documents feature
I think the only thing left is to address the global new/delete and static member function discussion, which should be quickly implementable!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129951/new/
https://reviews.llvm.org/D129951
Files:
clang/include/clang/AST/ExprCXX.h
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Basic/TokenKinds.def
clang/lib/Parse/ParseDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaLookup.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/SemaCXX/disable-adl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129951.515497.patch
Type: text/x-patch
Size: 16862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230420/60dbd906/attachment.bin>
More information about the cfe-commits
mailing list