llvm-project/clang/clang.xcodeproj
Chris Lattner 7b9ace672b simplify structure body parsing code. Reorganize how tags are processed.
Diagnose redefintion of tag types, e.g.:

t.c:7:8: error: redefinition of 'blah'
struct blah {};
       ^
t.c:1:8: error: previous definition is here
struct blah {
       ^
2 diagnostics generated.

llvm-svn: 39286
2007-01-23 20:11:08 +00:00
..
project.pbxproj simplify structure body parsing code. Reorganize how tags are processed. 2007-01-23 20:11:08 +00:00