[PATCH] D119544: Deferred Concept Instantiation Implementation

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 09:12:57 PDT 2022


erichkeane updated this revision to Diff 417948.
erichkeane added reviewers: clang-language-wg, aaron.ballman, saar.raz.
erichkeane added a subscriber: cfe-commits.
erichkeane added a comment.

Added release notes.

I tossed every ranges-based example I could find on google at this and I saw only improvements (that is, no regressions).  I don't think there is anything else I can do on this, so hoping to get this reviewed and committed, hopefully soon enough for folks to mess with this enough for more-clever folks to break it.


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

https://reviews.llvm.org/D119544

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Sema/Sema.h
  clang/include/clang/Sema/Template.h
  clang/lib/Sema/SemaConcept.cpp
  clang/lib/Sema/SemaTemplate.cpp
  clang/lib/Sema/SemaTemplateDeduction.cpp
  clang/lib/Sema/SemaTemplateInstantiate.cpp
  clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  clang/lib/Sema/TreeTransform.h
  clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.cpp
  clang/test/SemaTemplate/deferred-concept-inst.cpp
  clang/test/SemaTemplate/instantiate-requires-clause.cpp
  clang/test/SemaTemplate/trailing-return-short-circuit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119544.417948.patch
Type: text/x-patch
Size: 41337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220324/4e70531a/attachment-0001.bin>


More information about the cfe-commits mailing list