[cfe-dev] PATCH: Parse "class" as a tag
Doug Gregor
doug.gregor at gmail.com
Sun Apr 13 07:20:42 PDT 2008
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:
C c2;
- Doug
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-class-key.patch
Type: text/x-patch
Size: 5578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080413/40e73bbe/attachment.bin>
More information about the cfe-dev
mailing list