[clang-tidy] Be more liberal about literal zeroes in abseil checks
Summary: Previously, we'd only match on literal floating or integral zeroes, but I've now also learned that some users spell that value as int{0} or float{0}, which also need to be matched. Differential Revision: https://reviews.llvm.org/D56012 llvm-svn: 349953
Loading
Please register or sign in to comment