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 fdc5d84 commit 4587d81Copy full SHA for 4587d81
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -3185,7 +3185,8 @@ def ext_typecheck_convert_incompatible_pointer : ExtWarn<
3185
"%select{assigning to|passing|returning|converting|initializing|sending|casting}2"
3186
" %0 "
3187
"%select{from|to parameter of type|from a function with result type|to type|"
3188
- "with an expression of type|to parameter of type|to type}2 %1">;
+ "with an expression of type|to parameter of type|to type}2 %1">,
3189
+ InGroup<DiagGroup<"incompatible-pointer-types">>;
3190
def ext_typecheck_convert_discards_qualifiers : ExtWarn<
3191
3192
0 commit comments