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

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  769     if (FormatString &&
  770         FormatString->getString().find("%s") == StringRef::npos &&
  771         FormatString->getString().find("%[") == StringRef::npos)