Files
llvm-project/clang/lib/CodeGen
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
..
2008-09-25 21:02:23 +00:00
2008-08-11 04:54:23 +00:00
2008-10-12 00:31:50 +00:00
2008-10-12 00:31:50 +00:00