From: Argyrios Kyrtzidis Date: Thu, 7 Aug 2008 20:58:03 +0000 (+0000) Subject: Clear DeclSpec::AsmLabel in DeclSpec::clear(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=107450c6d846b2da5ecefbb088942e9478a83de7;p=clang Clear DeclSpec::AsmLabel in DeclSpec::clear(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54489 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/DeclSpec.h b/include/clang/Parse/DeclSpec.h index 979f0204c5..acae7a3ad3 100644 --- a/include/clang/Parse/DeclSpec.h +++ b/include/clang/Parse/DeclSpec.h @@ -632,6 +632,7 @@ public: DeclTypeInfo.clear(); delete AttrList; AttrList = 0; + AsmLabel = 0; } /// mayOmitIdentifier - Return true if the identifier is either optional or