================
@@ -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)) {
----------------
vbvictor wrote:

you should rerun 
https://github.com/llvm/llvm-project/blob/main/clang/docs/tools/dump_ast_matchers.py
 to update user-docs of matchers

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