================
@@ -3442,6 +3442,35 @@ uint16_t 
ASTContext::getPointerAuthTypeDiscriminator(QualType T) {
     encodeTypeForFunctionPointerAuth(*this, Out, T);
   } else {
     T = T.getUnqualifiedType();
+    // Drop exception specification from member function pointer type.
----------------
rjmccall wrote:

Please drop this line, it's been incorporated into the comment below.

https://github.com/llvm/llvm-project/pull/109056
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to