[PATCH] D41938: [Analyzer] SValBuilder Comparison Rearrangement (with Restrictions and Analyzer Option)

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 28 03:50:17 PDT 2018


baloghadamsoftware marked an inline comment as done.
baloghadamsoftware added inline comments.


================
Comment at: include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:675-677
+  /// is on the right. This is only done if both concrete integers are greater
+  /// than or equal to the quarter of the minimum value of the type and less
+  /// than or equal to the quarter of the maximum value of that type.
----------------
NoQ wrote:
> I believe that we should mention that the integers are signed.
Also the symbols were forgotten. They must be in the range as well and must also be signed integers.


https://reviews.llvm.org/D41938





More information about the cfe-commits mailing list