vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Thanks, lgtm with a minor change.



================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:384
+      else
+        assert(EndLoc.isValid() && "no location for inlineable cleanup calls");
+    }
----------------
The braces around the `else` block are probably needed in the NDEBUG build.


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

https://reviews.llvm.org/D71042



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

Reply via email to