[PATCH] D31886: [analyzer] Simplify values in binary operations more aggressively

Daniel Marjamäki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 12 04:12:43 PDT 2017


danielmarjamaki added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp:49
+  /// Recursively descends into symbolic expressions and replaces symbols
+  /// with thier known values (in the sense of the getKnownValue() method).
+  SVal simplifySVal(ProgramStateRef State, SVal V) override;
----------------
thier => their


https://reviews.llvm.org/D31886





More information about the cfe-commits mailing list