================
@@ -666,10 +672,10 @@ Detects misuse of [[clang::noescape]] annotation where 
the parameter escapes (fo
 }
 
 def LifetimeSafetyValidations : DiagGroup<"lifetime-safety-validations",
-                                          [LifetimeSafetyNoescape]> {
+                                          [LifetimeSafetyNoescape, 
LifetimeSafetyLifetimeboundViolation]> {
----------------
usx95 wrote:

super nit: add this on new line

https://github.com/llvm/llvm-project/pull/196144
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to