[clang] [Clang][Sema] Defer instantiation of exception specification until after partial ordering when determining primary template (PR #82417)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 20 14:47:44 PST 2024


================
@@ -9706,9 +9706,17 @@ bool Sema::CheckFunctionTemplateSpecialization(
   if (Result == Candidates.end())
     return true;
 
-  // Ignore access information;  it doesn't figure into redeclaration checking.
   FunctionDecl *Specialization = cast<FunctionDecl>(*Result);
+  auto *SpecializationFPT =
----------------
erichkeane wrote:

Can you quote the standard part here in comments for future reference?

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


More information about the cfe-commits mailing list