[PATCH] consumable attribute default state

Delesley Hutchins delesley at google.com
Wed Sep 4 11:11:29 PDT 2013


  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



More information about the cfe-commits mailing list