[PATCH] D145034: [Clang][Sema] Start fixing handling of out-of-line definitions of constrained templates
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 22:13:41 PST 2023
alexander-shaposhnikov updated this revision to Diff 504025.
alexander-shaposhnikov added a comment.
Release notes.
P.S. To the best of my knowledge the current status is the following: with this patch the examples reported in the comments on https://github.com/llvm/llvm-project/issues/49620 start to compile with the exception of https://github.com/llvm/llvm-project/issues/49620#issuecomment-1387667143 . This also might be related to
the issues reported on https://github.com/llvm/llvm-project/issues/60231 but I haven't investigated it yet.
P.P.S. I'm planning to repeat all the testing and try to land this diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145034/new/
https://reviews.llvm.org/D145034
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/DeclSpec.h
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Sema/SemaCXXScopeSpec.cpp
clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/p1-neg.cpp
clang/test/SemaTemplate/concepts-out-of-line-def.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145034.504025.patch
Type: text/x-patch
Size: 14358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230310/c59997cb/attachment.bin>
More information about the llvm-commits
mailing list