[PATCH] D50256: [Analyzer] [WIP] Basic support for multiplication and division in the constraint manager (for == and != only)

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 05:36:47 PDT 2019


baloghadamsoftware updated this revision to Diff 211726.
baloghadamsoftware added a comment.

Intersecting an empty set caused an assertion. Early return inserted to prevent this.


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

https://reviews.llvm.org/D50256

Files:
  include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
  test/Analysis/multiplicative-folding.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50256.211726.patch
Type: text/x-patch
Size: 43474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190725/6c03b69f/attachment-0001.bin>


More information about the cfe-commits mailing list