forked from qt-creator/qt-creator
C++: Support alignas in C++11 mode.
Change-Id: Ifa81a481bf92b5b71495a105ae292f3e9895f704 Task-number: QTCREATORBUG-9279 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
d2db54b451
commit
45b1169d06
6
src/libs/3rdparty/cplusplus/ASTfwd.h
vendored
6
src/libs/3rdparty/cplusplus/ASTfwd.h
vendored
@@ -33,13 +33,13 @@ class ASTMatcher;
|
||||
|
||||
class AccessDeclarationAST;
|
||||
class AliasDeclarationAST;
|
||||
class AlignmentSpecifierAST;
|
||||
class AlignofExpressionAST;
|
||||
class AnonymousNameAST;
|
||||
class ArrayAccessAST;
|
||||
class ArrayDeclaratorAST;
|
||||
class ArrayInitializerAST;
|
||||
class AsmDefinitionAST;
|
||||
class AttributeAST;
|
||||
class AttributeSpecifierAST;
|
||||
class BaseSpecifierAST;
|
||||
class BinaryExpressionAST;
|
||||
@@ -89,6 +89,8 @@ class ForStatementAST;
|
||||
class ForeachStatementAST;
|
||||
class FunctionDeclaratorAST;
|
||||
class FunctionDefinitionAST;
|
||||
class GnuAttributeAST;
|
||||
class GnuAttributeSpecifierAST;
|
||||
class GotoStatementAST;
|
||||
class IdExpressionAST;
|
||||
class IfStatementAST;
|
||||
@@ -201,7 +203,7 @@ typedef List<MemInitializerAST *> MemInitializerListAST;
|
||||
typedef List<NewArrayDeclaratorAST *> NewArrayDeclaratorListAST;
|
||||
typedef List<PostfixAST *> PostfixListAST;
|
||||
typedef List<PostfixDeclaratorAST *> PostfixDeclaratorListAST;
|
||||
typedef List<AttributeAST *> AttributeListAST;
|
||||
typedef List<GnuAttributeAST *> GnuAttributeListAST;
|
||||
typedef List<NestedNameSpecifierAST *> NestedNameSpecifierListAST;
|
||||
typedef List<CatchClauseAST *> CatchClauseListAST;
|
||||
typedef List<PtrOperatorAST *> PtrOperatorListAST;
|
||||
|
||||
Reference in New Issue
Block a user