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

Looks good to me. (possible the check (for no default capture and no captures) 
could be unified with the same check/language used for the implicit function 
pointer conversion operator ("if (Captures.empty() && CaptureDefault == 
LCD_None)" - around 1744 in SemaLambda.cpp) - maybe a common utility function 
to test this condition or the like. But it's hardly a big thing to have it 
written in two places, really)


Repository:
  rC Clang

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

https://reviews.llvm.org/D64058



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

Reply via email to