================
@@ -0,0 +1,157 @@
+// RUN: %clang_cc1 -fsyntax-only -Wlifetime-safety-noescape -Wlifetime-safety 
-Wno-dangling -verify %s
----------------
vbvictor wrote:

Did you mean to add new diagnostic like this?
```cpp
!Diags.isIgnored(diag::warn_lifetime_safety_noescape_escapes,
                 D->getBeginLoc());
```
Added.

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

Reply via email to