[cfe-dev] parse C++ throw
Mike Stump
mrs at apple.com
Sun Feb 24 16:20:39 PST 2008
Here is a patch to add parsing support for C++ throw expressions. I
tested to ensure this would be safe for C, it is, as throw isn't only
recognized when doing C++. Did I do the type of the throw expression
correctly? I copied the way true and false were done.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eh-1.diffs
Type: application/octet-stream
Size: 6950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080224/35859f0b/attachment.obj>
-------------- next part --------------
More information about the cfe-dev
mailing list