Files
llvm-project/clang/lib/AST
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-10-07 23:06:01 +00:00
2008-09-10 02:14:49 +00:00
2008-08-11 06:23:49 +00:00
2008-10-08 17:01:13 +00:00
2008-10-05 05:43:11 +00:00