This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG439c9206945a: [ASTMatchers] Fix bug in `hasUnaryOperand`
(authored by ymandel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
h
ymandel created this revision.
ymandel added a reviewer: gribozavr2.
ymandel requested review of this revision.
Herald added a project: clang.
Currently, `hasUnaryOperand` fails for the overloaded `operator*`. This patch
fixes the bug and
adds tests for this case.
Repository:
rG LLVM Github M