================
@@ -0,0 +1,106 @@
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
----------------
NagyDonat wrote:

Please ensure that (the relevant parts of) `CStringChecker` is actually enabled 
in this test file -- its sub-checkers are in the `unix.cstring` and 
`alpha.unix.cstring` packages, while this `RUN` line only enables `core`.

As a sanity check it would be nice to have a testcase that actually produces 
some diagnostics.

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

Reply via email to