================
@@ -0,0 +1,16 @@
+// RUN: %clang_analyze_cc1 
-analyzer-checker=core,cplusplus.OpaqueSTLFunctionsModeling \
+// RUN:   -analyzer-dump-egraph=%t.dot -std=c++11 %s
+// RUN: cat %t.dot | FileCheck %s
----------------
steakhal wrote:

```suggestion
// RUN: %clang_analyze_cc1 -analyzer-checker=core \
// RUN:   -analyzer-dump-egraph=%t.dot -std=c++11 %s
// RUN: cat %t.dot | FileCheck %s
```
The checker should be enabled by default for C++. This should be reflected in 
the test as well.

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

Reply via email to