LGTM, other than the minor nit.

================
Comment at: lib/Analysis/Consumed.cpp:993
@@ +992,3 @@
+  } else {
+    ReturnType = cast<FunctionDecl>(D)->getCallResultType();
+  }
----------------
No need for a cast here.


http://llvm-reviews.chandlerc.com/D1590
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to