Fix static analyzer crash due to recently add symbolic-value constant folding....
Fix static analyzer crash due to recently add symbolic-value constant folding. The issue was falsely converting the constant value of the LHS of a '<<'/'>>' operation to the same APSInt value of the RHS. llvm-svn: 84269
Loading
Please register or sign in to comment