================ @@ -0,0 +1,16 @@ +// RUN: %clang --analyze -Xclang -analyzer-dump-egraph=%t.dot -std=c++11 -Xclang -verify %s ---------------- NagyDonat wrote: Yes, we should trigger the analysis via the `%clang_analyze_cc1` placeholder. https://github.com/llvm/llvm-project/pull/178910