Go to file
Argyrios Kyrtzidis 88e1b97f16 Simplify handling of struct/union/class tags.
Instead of using two sets of Decl kinds (Struct/Union/Class and CXXStruct/CXXUnion/CXXClass), use one 'Record' and one 'CXXRecord' Decl kind and make tag kind a property of TagDecl.
Cleans up the code a bit and better reflects that Decl class structure.

llvm-svn: 57541
2008-10-15 00:42:39 +00:00
clang Simplify handling of struct/union/class tags. 2008-10-15 00:42:39 +00:00
llvm FastISel support for exception-handling constructs. 2008-10-14 23:54:11 +00:00