https://bugs.llvm.org/show_bug.cgi?id=39847

            Bug ID: 39847
           Summary: Merge r347981 into the 7.0 branch
           Product: clang
           Version: 7.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Static Analyzer
          Assignee: dcough...@apple.com
          Reporter: adam.bal...@ericsson.com
                CC: dcough...@apple.com, llvm-bugs@lists.llvm.org

[Analyzer] [HOTFIX!] SValBuilder crash when
`aggressive-binary-operation-simplification` enabled

During the review of D41938 a condition check with an early exit accidentally
slipped into a branch, leaving the other branch unprotected. This may result in
an assertion later on. This hotfix moves this contition check outside of the
branch.

Commit: https://reviews.llvm.org/rC347981

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to