xazax.hun added a comment.

Looks better, thanks!



================
Comment at: lib/StaticAnalyzer/Checkers/DanglingInternalBufferChecker.cpp:65
+        if (Entry.second == Sym)
+          Found = true;
+      }
----------------
Maybe early return here?


https://reviews.llvm.org/D48522



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

Reply via email to