<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:djasper@google.com" title="Daniel Jasper <djasper@google.com>"> <span class="fn">Daniel Jasper</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - 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>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Lack of option to keep short lambda on a single line"
   href="https://llvm.org/bugs/show_bug.cgi?id=24672#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - 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:djasper@google.com" title="Daniel Jasper <djasper@google.com>"> <span class="fn">Daniel Jasper</span></a>
</span></b>
        <pre>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?</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>