alexshap added inline comments.

================
Comment at: lib/Sema/SemaLambda.cpp:1548
+      // Find the end of the explicit capture for use in fixits.
+      SourceLocation EndLoc;
+      if (From.isThisCapture() && From.isCopyCapture()) {
----------------
maybe these lines 1548 -1559 can be factored out into a helper function ?


Repository:
  rC Clang

https://reviews.llvm.org/D48845



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

Reply via email to