@@ -9211,20 +9211,21 @@ def ext_typecheck_convert_discards_qualifiers : ExtWarn<
92119211 "|%diff{casting $ to type $|casting between types}0,1}2"
92129212 " discards qualifiers">,
92139213 InGroup<IncompatiblePointerTypesDiscardsQualifiers>;
9214- def ext_typecheck_convert_discards_overflow_behavior : ExtWarn<
9215- "%select{%diff{assigning to $ from $|assigning to different types}0,1"
9216- "|%diff{passing $ to parameter of type $|"
9217- "passing to parameter of different type}0,1"
9218- "|%diff{returning $ from a function with result type $|"
9219- "returning from function with different return type}0,1"
9220- "|%diff{converting $ to type $|converting between types}0,1"
9221- "|%diff{initializing $ with an expression of type $|"
9222- "initializing with expression of different type}0,1"
9223- "|%diff{sending $ to parameter of type $|"
9224- "sending to parameter of different type}0,1"
9225- "|%diff{casting $ to type $|casting between types}0,1}2"
9226- " discards overflow behavior">,
9227- InGroup<IncompatiblePointerTypesDiscardsOverflowBehavior>;
9214+ def ext_typecheck_convert_discards_overflow_behavior
9215+ : ExtWarn<
9216+ "%select{%diff{assigning to $ from $|assigning to different types}0,1"
9217+ "|%diff{passing $ to parameter of type $|"
9218+ "passing to parameter of different type}0,1"
9219+ "|%diff{returning $ from a function with result type $|"
9220+ "returning from function with different return type}0,1"
9221+ "|%diff{converting $ to type $|converting between types}0,1"
9222+ "|%diff{initializing $ with an expression of type $|"
9223+ "initializing with expression of different type}0,1"
9224+ "|%diff{sending $ to parameter of type $|"
9225+ "sending to parameter of different type}0,1"
9226+ "|%diff{casting $ to type $|casting between types}0,1}2"
9227+ " discards overflow behavior">,
9228+ InGroup<IncompatiblePointerTypesDiscardsOverflowBehavior>;
92289229def err_typecheck_convert_discards_qualifiers : Error<
92299230 "%select{%diff{assigning to $ from $|assigning to different types}0,1"
92309231 "|%diff{passing $ to parameter of type $|"
0 commit comments