Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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 |
Paths
| Differential D75800
[ASTMatchers] adds isComparisonOperator to BinaryOperator and CXXOperatorCallExpr ClosedPublic Authored by njames93 on Mar 7 2020, 1:52 AM.
Details
Diff Detail
Event Timelinenjames93 added a child revision: D75803: [clang-tidy] [NFC] Remove unnecessary matchers.Mar 7 2020, 2:27 AM This revision is now accepted and ready to land.Mar 7 2020, 12:10 PM Closed by commit rGfc3c80c38643: [ASTMatchers] adds isComparisonOperator to BinaryOperator and… (authored by njames93). · Explain WhyMar 8 2020, 5:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 249022 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
|
This will be reverted in a follow up, but it was breaking the build, same goes below