Skip to content

Commit 2687f42

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ def warn_pointer_abs : Warning<
106106
"taking the absolute value of %select{pointer|function|array}0 type %1 is suspicious">,
107107
InGroup<AbsoluteValue>;
108108

109-
// Lambda capture diagnostics
110-
111-
def err_invalid_lambda_capture_initializer_type : Error<
112-
"invalid initializer type for lambda capture">;
113-
def err_expected_identifier_for_lambda_capture : Error<
114-
"expected identifier for lambda capture">;
115-
116109
def warn_max_unsigned_zero : Warning<
117110
"taking the max of "
118111
"%select{a value and unsigned zero|unsigned zero and a value}0 "

0 commit comments

Comments
 (0)