https://llvm.org/bugs/show_bug.cgi?id=24672

Heinrich Janzing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #12 from Heinrich Janzing <[email protected]> ---
Weird. My results:

$ printf "std::find_if (a.cbegin (), a.cend (), [&](auto &x){ return x.is_good
();});" | clang-format -style="{BasedOnStyle: LLVM, BreakBeforeBraces: Allman}"
std::find_if(a.cbegin(), a.cend(), [&](auto &x)
             {
               return x.is_good();
             });

$ clang-format --version
clang-format version 3.7.0 (tags/RELEASE_370/final)

I get the same result with a 3.8.0 trunk build (the one shipping with the last
clang-format VS plugin build).

This is on Windows 7.

-- 
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

Reply via email to