[PATCH] D28955: [analyzer] Enable support for symbolic extension/truncation
Dominic Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 20 08:13:58 PST 2017
ddcc created this revision.
With the Z3 constraint manager, symbolic extension and truncation of variables can be fully reasoned about.
https://reviews.llvm.org/D28955
Files:
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
lib/StaticAnalyzer/Core/Store.cpp
test/Analysis/bool-assignment.c
test/Analysis/dead-stores.m
test/Analysis/explain-svals.cpp
test/Analysis/malloc.c
test/Analysis/misc-ps-eager-assume.m
test/Analysis/std-c-library-functions.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28955.85141.patch
Type: text/x-patch
Size: 15422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170120/6578ff1e/attachment.bin>
More information about the cfe-commits
mailing list