This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] adds isComparisonOperator to BinaryOperator and CXXOperatorCallExpr
ClosedPublic

Authored by njames93 on Mar 7 2020, 1:52 AM.

Diff Detail

Event Timeline

njames93 created this revision.Mar 7 2020, 1:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2020, 1:52 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
njames93 marked an inline comment as done.Mar 7 2020, 2:31 AM
njames93 added inline comments.
clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
570

This will be reverted in a follow up, but it was breaking the build, same goes below

This revision is now accepted and ready to land.Mar 7 2020, 12:10 PM
This revision was automatically updated to reflect the committed changes.