reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/misc/RedundantExpressionCheck.cpp
  930             Result, "rhs", RhsExpr, RhsOpcode, RhsSymbol, RhsValue, RhsConst) ||
  936       std::swap(LhsExpr, RhsExpr);
  961         diag(RhsExpr->getExprLoc(), "expression is redundant");
  970         diag(RhsExpr->getExprLoc(), "expression is redundant");