[PATCH] D159309: [ASTMatchers] basic matcher support for ConceptReference
Jens Massberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 4 01:16:31 PDT 2023
massberg added inline comments.
================
Comment at: clang/docs/LibASTMatchersReference.html:2545
};
-dependentSizedArrayType()
+dependentSizedArrayType
matches "T data[Size]"
----------------
Was this change to drop the () by purpose?
================
Comment at: clang/docs/LibASTMatchersReference.html:2559
};
-dependentSizedExtVectorType()
+dependentSizedExtVectorType
matches "T __attribute__((ext_vector_type(Size)))"
----------------
same as above
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159309/new/
https://reviews.llvm.org/D159309
More information about the cfe-commits
mailing list