================ @@ -980,6 +980,8 @@ AST Matchers ------------ - Add ``functionTypeLoc`` matcher for matching ``FunctionTypeLoc``. - Add missing support for ``TraversalKind`` in some ``addMatcher()`` overloads. +- Fixed ``nullPointerConstant`` matcher falsely matching integer literal ``0`` ---------------- KHicketts wrote:
that's true. I could also add a unit test to make that explicit. https://github.com/llvm/llvm-project/pull/201893 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
