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

References

tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
  130     EndLocInsertion += ")";
  134     EndLocInsertion += " == ";
  136     EndLocInsertion += " != ";
  139   EndLocInsertion += getZeroLiteralToCompareWithForType(
  143     EndLocInsertion += ")";
  148   Diag << FixItHint::CreateInsertion(EndLoc, EndLocInsertion);