[PATCH] D26644: [analyzer] Rename assumeWithinInclusiveRange*()

Dominic Chen via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 15:46:51 PST 2016


ddcc created this revision.
ddcc added reviewers: zaks.anna, dcoughlin.
ddcc added a subscriber: cfe-commits.

The name is slightly confusing, since the constraint is not necessarily within the range unless `Assumption` is true. Split out renaming for ConstraintManager.h from https://reviews.llvm.org/D26061


https://reviews.llvm.org/D26644

Files:
  include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  lib/StaticAnalyzer/Core/SimpleConstraintManager.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26644.77901.patch
Type: text/x-patch
Size: 14393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161114/f3cb9035/attachment-0001.bin>


More information about the cfe-commits mailing list