alexfh added inline comments.
================ Comment at: clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp:24 + const auto AllPointerTypes = anyOf( + hasType(pointerType()), hasType(autoType(hasDeducedType(pointerType())))); ---------------- Can anyOf be pushed inside hasType? (`hasType(anyOf(pointerType(), autoType(...)))`) Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D48717 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits