JonasToth marked 3 inline comments as done. JonasToth added inline comments.
================ Comment at: clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp:24 + const auto AllPointerTypes = anyOf( + hasType(pointerType()), hasType(autoType(hasDeducedType(pointerType())))); ---------------- alexfh wrote: > Can anyOf be pushed inside hasType? (`hasType(anyOf(pointerType(), > autoType(...)))`) Unfortunatly no. It is ambigous then. 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