Skip to content
  • Argyrios Kyrtzidis's avatar
    Simplify handling of struct/union/class tags. · 88e1b97f
    Argyrios Kyrtzidis authored
    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
    88e1b97f
Loading