<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:heinrich.janzing@gmail.com" title="Heinrich Janzing <heinrich.janzing@gmail.com>"> <span class="fn">Heinrich Janzing</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Lack of option to keep short lambda on a single line"
   href="https://llvm.org/bugs/show_bug.cgi?id=24672">bug 24672</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>WORKSFORME
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Lack of option to keep short lambda on a single line"
   href="https://llvm.org/bugs/show_bug.cgi?id=24672#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Lack of option to keep short lambda on a single line"
   href="https://llvm.org/bugs/show_bug.cgi?id=24672">bug 24672</a>
              from <span class="vcard"><a class="email" href="mailto:heinrich.janzing@gmail.com" title="Heinrich Janzing <heinrich.janzing@gmail.com>"> <span class="fn">Heinrich Janzing</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>