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 746f00e commit 2687f42Copy full SHA for 2687f42
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -106,13 +106,6 @@ def warn_pointer_abs : Warning<
106
"taking the absolute value of %select{pointer|function|array}0 type %1 is suspicious">,
107
InGroup<AbsoluteValue>;
108
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
116
def warn_max_unsigned_zero : Warning<
117
"taking the max of "
118
"%select{a value and unsigned zero|unsigned zero and a value}0 "
0 commit comments