rjmccall added inline comments.

================
Comment at: lib/Sema/SemaLambda.cpp:793
+  else
+    Args = Init;
+
----------------
Please maintain the original order here, even though I suspect it doesn't 
matter: if this is direct-initialization, use the arguments, otherwise use 
either `DeducedAutoInit` or `Init`.  Although really, consider just reassigning 
`Init` immediately after the `deduceVarType...` call.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55662



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

Reply via email to