commit | 2e78db3510b136b3f961af202e6a1a3df4839172 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Apr 13 18:59:07 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Apr 13 18:59:07 2008 +0000 |
tree | 8d0b3af85da37304735f22f9b4bd104942176906 | |
parent | 34e1388a431e97d29b1cba4925adcd77655e7540 [diff] |
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; Patch by Doug Gregor! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49613 91177308-0d34-0410-b5e6-96231b3b80d8