================
@@ -105,6 +105,13 @@ def note_replace_abs_function : Note<"use function '%0' 
instead">;
 def warn_pointer_abs : Warning<
   "taking the absolute value of %select{pointer|function|array}0 type %1 is 
suspicious">,
   InGroup<AbsoluteValue>;
+  
+// Lambda capture diagnostics
+
+def err_invalid_lambda_capture_initializer_type : Error<
----------------
ojhunt wrote:

I think you've last the code to emit these :-O

https://github.com/llvm/llvm-project/pull/117953
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to