Skip to content

Commit bb74e5f

Browse files
authored
Update DiagnosticSemaKinds.td
1 parent 2687f42 commit bb74e5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def note_replace_abs_function : Note<"use function '%0' instead">;
105105
def warn_pointer_abs : Warning<
106106
"taking the absolute value of %select{pointer|function|array}0 type %1 is suspicious">,
107107
InGroup<AbsoluteValue>;
108-
109108
def warn_max_unsigned_zero : Warning<
110109
"taking the max of "
111110
"%select{a value and unsigned zero|unsigned zero and a value}0 "

0 commit comments

Comments
 (0)