[PATCH] D63720: [analyzer] ExprEngine: Escape pointers in bitwise operations

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 24 17:38:52 PDT 2019


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Great, thanks!



================
Comment at: clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp:104
+
+      // If we cannot evaluate the operation escape the operands.
+      } else {
----------------
Pls put the comment inside `else`.


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

https://reviews.llvm.org/D63720





More information about the cfe-commits mailing list