Lines Matching +refs:clang +refs:format +refs:style
19 // Empty DiagGroups are recognized by clang but ignored.
129 def FormatExtraArgs : DiagGroup<"format-extra-args">;
130 def FormatZeroLength : DiagGroup<"format-zero-length">;
248 def : DiagGroup<"missing-format-attribute">;
279 def OldStyleCast : DiagGroup<"old-style-cast">;
280 def : DiagGroup<"old-style-definition">;
396 def ObjCCStringFormat : DiagGroup<"cstring-format-directive">;
488 def VectorConversion : DiagGroup<"vector-conversion">; // clang specific
584 def FormatInvalidSpecifier : DiagGroup<"format-invalid-specifier">;
585 def FormatSecurity : DiagGroup<"format-security">;
586 def FormatNonStandard : DiagGroup<"format-non-iso">;
587 def FormatY2K : DiagGroup<"format-y2k">;
588 def FormatPedantic : DiagGroup<"format-pedantic">;
589 def Format : DiagGroup<"format",
593 def FormatNonLiteral : DiagGroup<"format-nonliteral">;
594 def Format2 : DiagGroup<"format=2",
668 // Warnings that should be in clang-cl /w4.
689 // A warning group for warnings that we want to have on by default in clang,
736 // A warning group for warnings about code that clang accepts but gcc doesn't.
836 // A warning group for warnings about code that clang accepts when