rjmccall added inline comments.

================
Comment at: lib/Sema/SemaCast.cpp:2293
+  // define overlapping address spaces currently.
+  if (Self.getLangOpts().OpenCL) {
+    auto SrcType = SrcExpr.get()->getType();
----------------
Please structure this as an early exit.


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

https://reviews.llvm.org/D58346



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

Reply via email to