rdwampler added inline comments.
================ Comment at: clang/lib/Format/TokenAnnotator.cpp:2976 + + return Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_None || + Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline || ---------------- klimek wrote: > If SLS_All is supposed to not change anything, should we fall through here if > (SLS_All)? Yes, I think that's a better approach to ensure the current behavior is unchanged. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57687/new/ https://reviews.llvm.org/D57687 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits