Clear DeclSpec::AsmLabel in DeclSpec::clear().

llvm-svn: 54489
This commit is contained in:
Argyrios Kyrtzidis 2008-08-07 20:58:03 +00:00
parent faf0876cab
commit b3a5b4c645
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ public:
DeclTypeInfo.clear();
delete AttrList;
AttrList = 0;
AsmLabel = 0;
}
/// mayOmitIdentifier - Return true if the identifier is either optional or