steakhal added a comment.

In D124658#3499883 <https://reviews.llvm.org/D124658#3499883>, 
@tomasz-kaminski-sonarsource wrote:

> Updated patch to match master after revert.

It's still messed up. Please double-check.



================
Comment at: clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp:117
+    return resultType.isUnsigned();
+  } else {
+    // If resultType bitWith is higher that number of bits required
----------------
`else` after `return` is unnecessary.


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

https://reviews.llvm.org/D124658

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to