<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 WONTFIX - want BreakConsecutiveAssignment or BreakMixedAssignment"
   href="https://llvm.org/bugs/show_bug.cgi?id=27082">bug 27082</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - want BreakConsecutiveAssignment or BreakMixedAssignment"
   href="https://llvm.org/bugs/show_bug.cgi?id=27082#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - want BreakConsecutiveAssignment or BreakMixedAssignment"
   href="https://llvm.org/bugs/show_bug.cgi?id=27082">bug 27082</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>While I sympathize that you want these features, they are significantly out of
the scope of what clang-format wants to do. Both suggested changes, are not
formatting changes, but actually change the program. The first merely changes
the AST, the latter changes the program behavior (stack layout, initialization
order, ...).

And even those considerations aside, clang-format is doing a very coarse
analysis of your program. It doesn't actually use Clang to generate an AST and
simply doesn't understand the input well enough to make either change.</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>