Skip to content
  • Ted Kremenek's avatar
    BasicConstraintManager: · f935cfe2
    Ted Kremenek authored
    - Fix nonsensical logic in AssumeSymLE. When comparing 'sym <= constant' and the
      constant is the minimum integer value, add the constraint that 'sym ==
      constant' when the path is deemed feasible.  All other cases are feasible.
    - Improve AssumeSymLT to address <rdar://problem/6407949>.  When comparing
      'sym < constant' and constant is the minimum integer value we know the
      path is infeasible.
    - Add test case for <rdar://problem/6407949>.
    
    llvm-svn: 60489
    f935cfe2
Loading