[clang] [clang][analyzer] Add OpaqueSTLFunctionsModeling (PR #178910)

Endre Fülöp via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 3 01:15:20 PST 2026


================
@@ -0,0 +1,26 @@
+// RUN: %clang --analyze -Xclang -verify %s
+//
+// RUN: %clang --analyze -Xclang -analyzer-dump-egraph=%t.dot -std=c++11 %s
----------------
gamesh411 wrote:

Merged these into a single clang invocation.

https://github.com/llvm/llvm-project/pull/178910


More information about the cfe-commits mailing list