[clang] [libcxx] [Clang] Implement CWG2369 "Ordering between constraints and substitution" (PR #102857)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 07:36:11 PDT 2024


================
@@ -522,6 +522,9 @@ enum class TemplateSubstitutionKind : char {
     llvm::PointerUnion<Decl *, DeclArgumentPack *> *
     findInstantiationOf(const Decl *D);
 
+    llvm::PointerUnion<Decl *, DeclArgumentPack *> *
+    findInstantiationUnsafe(const Decl *D);
----------------
cor3ntin wrote:

Can you add a comment explaining what this does?

https://github.com/llvm/llvm-project/pull/102857


More information about the cfe-commits mailing list