[PATCH] D125711: [concepts] Implement dcl.decl.general p4: No constraints on non-template funcs

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 16 13:23:19 PDT 2022


royjacobson accepted this revision.
royjacobson added a comment.
This revision is now accepted and ready to land.

Code and added/modified tests LGTM!

Do you think we should add a release note, given that it could break existing code? Its seems a bit unlikely, but the amount of broken tests have made me a bit worried.
Also, maybe mention the github issue (https://github.com/llvm/llvm-project/issues/51173) in the commit message.



================
Comment at: clang/test/Parser/cxx-concepts-requires-clause.cpp:145
 
+  template<typename T>
 struct B {
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125711/new/

https://reviews.llvm.org/D125711



More information about the cfe-commits mailing list