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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to