================
@@ -0,0 +1,74 @@
+// These cases should not warn
+
+// C99 with "all" mode
+// RUN: %clang_analyze_cc1 %s -verify=common -std=gnu99 \
+// RUN:   
-analyzer-checker=security.insecureAPI.DeprecatedOrUnsafeBufferHandling \
+// RUN:   -analyzer-config 
security.insecureAPI.DeprecatedOrUnsafeBufferHandling:ReportMode=all
----------------
steakhal wrote:

There is quite a bit of repetition in the RUN lines. I wonder if using the 
DEFINE lit directive would enable us to reduce it, so the tests could focus on 
the actual differences. WDYT?

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

Reply via email to