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

References

tools/clang/tools/diagtool/ListWarnings.cpp
   72   out << "Warnings with flags (" << Flagged.size() << "):\n";
   73   printEntries(Flagged, out);
   75   out << "Warnings without flags (" << Unflagged.size() << "):\n";
   76   printEntries(Unflagged, out);
   78   out << "\nSTATISTICS:\n\n";
   83   out << "  Percentage of warnings with flags: "
   86   out << "  Number of unique flags: "
   90   out << "  Average number of diagnostics per flag: "
   93   out << "  Number in -Wpedantic (not covered by other -W flags): "
   96   out << '\n';