https://llvm.org/bugs/show_bug.cgi?id=24672
Daniel Jasper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |WORKSFORME --- Comment #11 from Daniel Jasper <[email protected]> --- The are kept on one line: $printf "std::find_if (a.cbegin (), a.cend (), [&](auto &x){ return x.is_good ();});" | bin/clang-format -style="{BasedOnStyle: LLVM, BreakBeforeBraces: Allman}" std::find_if(a.cbegin(), a.cend(), [&](auto &x) { return x.is_good(); }); Are you sure you are using an up to date version? -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
