[ASTMatchers] adds isComparisonOperator to BinaryOperator and CXXOperatorCallExpr
authorNathan James <n.james93@hotmail.co.uk>
Sat, 7 Mar 2020 09:51:43 +0000 (09:51 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Mon, 9 Mar 2020 00:05:10 +0000 (00:05 +0000)
commitfc3c80c38643aff6c4744433ab485c7550ee77b9
tree090de9780e8f2c098710ea4424b758572c994a39
parent073dbaae39724ea860b5957fe47ecc1c2a84b197
[ASTMatchers] adds isComparisonOperator to BinaryOperator and CXXOperatorCallExpr

Reviewers: aaron.ballman, gribozavr2

Reviewed By: aaron.ballman

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D75800
clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
clang/docs/LibASTMatchersReference.html
clang/include/clang/AST/ExprCXX.h
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp