[ASTMatchers] Fix hasUnaryOperand matcher for postfix operators
authorStephen Kelly <steveire@gmail.com>
Fri, 19 Feb 2021 22:59:35 +0000 (22:59 +0000)
committerStephen Kelly <steveire@gmail.com>
Sat, 20 Feb 2021 17:54:12 +0000 (17:54 +0000)
commit559f3728441d4b8342c71ef554d84a2804575d9d
treeb40748484982e800907e972260466999815186f8
parentfde55a9c9bf147241249ae478760ae69dd1925ed
[ASTMatchers] Fix hasUnaryOperand matcher for postfix operators

Differential Revision: https://reviews.llvm.org/D97095
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp