[PATCH] D138387: [Clang] Implement static operator[]
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 12:39:44 PST 2022
royjacobson updated this revision to Diff 476975.
royjacobson added a comment.
1. Update warnings according to Corentin's comment
2. Somehow I missed the CodeGen was completely broken. Made a few necessary follow up changes in SemaOverload and ran the tests this time...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138387/new/
https://reviews.llvm.org/D138387
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Frontend/InitPreprocessor.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/CXX/over/over.oper/p7.cpp
clang/test/CodeGenCXX/cxx2b-static-subscript-operator.cpp
clang/test/Lexer/cxx-features.cpp
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138387.476975.patch
Type: text/x-patch
Size: 9523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221121/30af94d2/attachment.bin>
More information about the cfe-commits
mailing list