<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:silvas@purdue.edu" title="Sean Silva <silvas@purdue.edu>"> <span class="fn">Sean Silva</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Clarification for term "AST""
   href="http://llvm.org/bugs/show_bug.cgi?id=15254">bug 15254</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>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Clarification for term "AST""
   href="http://llvm.org/bugs/show_bug.cgi?id=15254#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Clarification for term "AST""
   href="http://llvm.org/bugs/show_bug.cgi?id=15254">bug 15254</a>
              from <span class="vcard"><a class="email" href="mailto:silvas@purdue.edu" title="Sean Silva <silvas@purdue.edu>"> <span class="fn">Sean Silva</span></a>
</span></b>
        <pre>I'm marking this issue as FIXED because the core issue (that the acronym AST
was not defined) has been addressed. Please file a separate bug for any
remaining concerns.

<span class="quote">> Are the involved software developers aware of a design requirement to
> distinguish a bit better between syntax and semantic processing?</span >

Syntax and semantic processing are inherently intertwined in C++ and to a
lesser extent C. You literally cannot parse them without semantic information,
so those two parts cannot be fully decoupled.

<span class="quote">> Does any documentation show the clear separation of concerns in your specific
> processing pipeline implementation?</span >

See <<a href="http://clang.llvm.org/docs/InternalsManual.html">http://clang.llvm.org/docs/InternalsManual.html</a>>.</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>