[LLVMbugs] [Bug 15254] Clarification for term "AST"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 14 09:27:11 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15254

Sean Silva <silvas at purdue.edu> changed:

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

--- Comment #7 from Sean Silva <silvas at purdue.edu> ---
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.

> Are the involved software developers aware of a design requirement to
> distinguish a bit better between syntax and semantic processing?

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.

> Does any documentation show the clear separation of concerns in your specific
> processing pipeline implementation?

See <http://clang.llvm.org/docs/InternalsManual.html>.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130214/205f0e06/attachment.html>


More information about the llvm-bugs mailing list