zaks.anna added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:76
     if (Ex) {
+      bool ArrayIndexOutOfBounds = false;
+      if (isa<ArraySubscriptExpr>(Ex)) {
----------------
Please, pull this out into a sub-rutine. Thanks!


https://reviews.llvm.org/D28278



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

Reply via email to