We'd discussed adding the warning to -Wall in D89988. This patch honours that.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/include/clang/Basic/DiagnosticSemaKinds.td | ||
---|---|---|
7624 | Would it make more sense to remove the DefaultIgnore rather than explicitly adding the diagnostic group to -Wmost? |
Comment Actions
LGTM! We may want to file a bug report for the static analyzer to not duplicate the diagnostics from the frontend now that this is no longer ignored by default.
Would it make more sense to remove the DefaultIgnore rather than explicitly adding the diagnostic group to -Wmost?