[cfe-dev] PATCH: Parse "class" as a tag

Chris Lattner clattner at apple.com
Sun Apr 13 11:59:32 PDT 2008


On Apr 13, 2008, at 7:20 AM, Doug Gregor wrote:

> This patch is just the easy part of the class names patch, which
> allows the parsing of "class" in addition to "struct" and "union" to
> declare a record.  So this patch allows:
>
>  class C { };
>  class C c1;
>
> But it does not contain the lookup bits, so this won't work yet:

Applied, thanks Doug!
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080407/005164.html

-Chris



More information about the cfe-dev mailing list