We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29f5d2 commit 59bd652Copy full SHA for 59bd652
clang/include/clang/Basic/DiagnosticASTKinds.td
@@ -405,7 +405,7 @@ def warn_fixedpoint_constant_overflow : Warning<
405
InGroup<DiagGroup<"fixed-point-overflow">>;
406
def warn_constexpr_unscoped_enum_out_of_range : Warning<
407
"integer value %0 is outside the valid range of values [%1, %2] for the "
408
- "enumeration type %3">, DefaultError, InGroup<DiagGroup<"enum-constexpr-conversion">>;
+ "enumeration type %3">, InGroup<DiagGroup<"enum-constexpr-conversion">>;
409
410
// This is a temporary diagnostic, and shall be removed once our
411
// implementation is complete, and like the preceding constexpr notes belongs
0 commit comments