================
@@ -775,7 +775,8 @@ AST_MATCHER_P(ClassTemplateSpecializationDecl, 
hasSpecializedTemplate,
 /// implicit default/copy constructors).
 AST_POLYMORPHIC_MATCHER(isImplicit,
                         AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr,
-                                                        LambdaCapture)) {
+                                                        LambdaCapture,
+                                                        CoawaitExpr)) {
----------------
higher-performance wrote:

Done.

https://github.com/llvm/llvm-project/pull/172566
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to