[PATCH] D86223: [analyzer][z3] Use more elaborate z3 variable names in debug build

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 22 08:44:41 PDT 2020


xazax.hun added inline comments.


================
Comment at: clang/test/Analysis/z3/pretty-dump.c:15
+    // CHECK: "constraints": [
+    // CHECK-NEXT: { "symbol": "(reg_$[[#]]<int x>) == 3", "range": "(= reg_$[[#]] #x00000003)" }
+  }
----------------
Will this test case work with non-debug builds? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86223/new/

https://reviews.llvm.org/D86223



More information about the cfe-commits mailing list