git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-04-30 16:04:01 +00:00
Родитель e866a7c654
Коммит 2262494248
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2449,8 +2449,8 @@ void Sema::HandleTransparentUnionAttribute(Decl *d, AttributeList *rawAttr) {
return;
}
QualType QTy = Context.getTypeDeclType(decl);
const RecordType *Ty = QTy->getAsUnionType();
//QualType QTy = Context.getTypeDeclType(decl);
//const RecordType *Ty = QTy->getAsUnionType();
// FIXME
// Ty->addAttr(new TransparentUnionAttr());