[all-commits] [llvm/llvm-project] ba1d95: Revert "Revert "Implement nullPointerConstant() us...
Mikhail Goncharov via All-commits
all-commits at lists.llvm.org
Mon Feb 22 04:44:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba1d9546ee389ce1d2e8f353ae777a65f647d508
https://github.com/llvm/llvm-project/commit/ba1d9546ee389ce1d2e8f353ae777a65f647d508
Author: Mikhail Goncharov <goncharov.mikhail at gmail.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Log Message:
-----------
Revert "Revert "Implement nullPointerConstant() using a better API.""
This reverts commit 6984e0d4398592a20055cb12842fc72462ce01a5.
While change by itself seems to be consistent with nullPointerConstant
docs of not matching "int i = 0;" but it's not clear why it's wrong and
9148302a2ae5ac6e5d69ae84042361889247ce64 author just forgot to update
the doc.
More information about the All-commits
mailing list