[PATCH] D86223: [analyzer][z3] Use more elaborate z3 variable names in debug build
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 22 09:43:28 PDT 2020
steakhal updated this revision to Diff 287197.
steakhal marked 2 inline comments as done.
steakhal edited the summary of this revision.
steakhal added a comment.
In D86223#2231959 <https://reviews.llvm.org/D86223#2231959>, @mikhail.ramalho wrote:
> I don't mind having it for release builds as well, why are you applying it only for debug builds?
It might introduce a slight overhead since Z3 will parse longer the symbol names.
---
Diff update:
- Simplify macro usage.
- Introduce the `llvm_enable_dump` lit test requires clause.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86223/new/
https://reviews.llvm.org/D86223
Files:
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
clang/test/Analysis/z3/pretty-dump.c
clang/test/lit.cfg.py
clang/test/lit.site.cfg.py.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86223.287197.patch
Type: text/x-patch
Size: 8229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200822/5da0b12e/attachment.bin>
More information about the cfe-commits
mailing list