зеркало из https://github.com/microsoft/clang-1.git
Use the MaybeParseMicrosoftAttributes function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
65548b305a
Коммит
16f90bfe53
|
@ -4952,8 +4952,7 @@ void Parser::ParseParameterDeclarationClause(
|
|||
MaybeParseCXX0XAttributes(DS.getAttributes());
|
||||
|
||||
// Skip any Microsoft attributes before a param.
|
||||
if (getLangOpts().MicrosoftExt && Tok.is(tok::l_square))
|
||||
ParseMicrosoftAttributes(DS.getAttributes());
|
||||
MaybeParseMicrosoftAttributes(DS.getAttributes());
|
||||
|
||||
SourceLocation DSStart = Tok.getLocation();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче