[all-commits] [llvm/llvm-project] 6984e0: Revert "Implement nullPointerConstant() using a be...

Stephen Kelly via All-commits all-commits at lists.llvm.org
Sat Feb 20 09:33:49 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6984e0d4398592a20055cb12842fc72462ce01a5
      https://github.com/llvm/llvm-project/commit/6984e0d4398592a20055cb12842fc72462ce01a5
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp

  Log Message:
  -----------
  Revert "Implement nullPointerConstant() using a better API."

This reverts commit 9148302a (2019-08-22) which broke the pre-existing
unit test for the matcher.  Also revert commit 518b2266 (Fix the
nullPointerConstant() test to get bots back to green., 2019-08-22) which
incorrectly changed the test to expect the broken behavior.

Differential Revision: https://reviews.llvm.org/D96665




More information about the All-commits mailing list