diff --git a/src/libs/3rdparty/cplusplus/ASTClone.cpp b/src/libs/3rdparty/cplusplus/ASTClone.cpp index 79e8b7818dd..73565b80375 100644 --- a/src/libs/3rdparty/cplusplus/ASTClone.cpp +++ b/src/libs/3rdparty/cplusplus/ASTClone.cpp @@ -22,7 +22,7 @@ // W A R N I N G // ------------- // -// This file is automatically generated. +// This file is automatically generated by "cplusplus-update-frontend". // Changes will be lost. // diff --git a/src/libs/3rdparty/cplusplus/ASTMatch0.cpp b/src/libs/3rdparty/cplusplus/ASTMatch0.cpp index de743a2f7f8..c49b5dae65a 100644 --- a/src/libs/3rdparty/cplusplus/ASTMatch0.cpp +++ b/src/libs/3rdparty/cplusplus/ASTMatch0.cpp @@ -22,7 +22,7 @@ // W A R N I N G // ------------- // -// This file is automatically generated. +// This file is automatically generated by "cplusplus-update-frontend". // Changes will be lost. // diff --git a/src/libs/3rdparty/cplusplus/ASTMatcher.cpp b/src/libs/3rdparty/cplusplus/ASTMatcher.cpp index 091a5dfd84c..4fbb9d6f8e0 100644 --- a/src/libs/3rdparty/cplusplus/ASTMatcher.cpp +++ b/src/libs/3rdparty/cplusplus/ASTMatcher.cpp @@ -23,7 +23,7 @@ // W A R N I N G // ------------- // -// This file is automatically generated. +// This file is automatically generated by "cplusplus-update-frontend". // Changes will be lost. // diff --git a/src/libs/3rdparty/cplusplus/ASTPatternBuilder.h b/src/libs/3rdparty/cplusplus/ASTPatternBuilder.h index fcf1f56d043..04a0fdd12cf 100644 --- a/src/libs/3rdparty/cplusplus/ASTPatternBuilder.h +++ b/src/libs/3rdparty/cplusplus/ASTPatternBuilder.h @@ -22,7 +22,7 @@ // W A R N I N G // ------------- // -// This file is automatically generated. +// This file is automatically generated by "cplusplus-update-frontend". // Changes will be lost. // @@ -1140,70 +1140,6 @@ public: return __ast; } - CatchClauseListAST *CatchClauseList(CatchClauseAST *value, CatchClauseListAST *next = 0) - { - CatchClauseListAST *__list = new (&pool) CatchClauseListAST; - __list->next = next; - __list->value = value; - return __list; - } - - PostfixDeclaratorListAST *PostfixDeclaratorList(PostfixDeclaratorAST *value, PostfixDeclaratorListAST *next = 0) - { - PostfixDeclaratorListAST *__list = new (&pool) PostfixDeclaratorListAST; - __list->next = next; - __list->value = value; - return __list; - } - - ExpressionListAST *ExpressionList(ExpressionAST *value, ExpressionListAST *next = 0) - { - ExpressionListAST *__list = new (&pool) ExpressionListAST; - __list->next = next; - __list->value = value; - return __list; - } - - QtPropertyDeclarationItemListAST *QtPropertyDeclarationItemList(QtPropertyDeclarationItemAST *value, QtPropertyDeclarationItemListAST *next = 0) - { - QtPropertyDeclarationItemListAST *__list = new (&pool) QtPropertyDeclarationItemListAST; - __list->next = next; - __list->value = value; - return __list; - } - - DeclarationListAST *DeclarationList(DeclarationAST *value, DeclarationListAST *next = 0) - { - DeclarationListAST *__list = new (&pool) DeclarationListAST; - __list->next = next; - __list->value = value; - return __list; - } - - ObjCMessageArgumentDeclarationListAST *ObjCMessageArgumentDeclarationList(ObjCMessageArgumentDeclarationAST *value, ObjCMessageArgumentDeclarationListAST *next = 0) - { - ObjCMessageArgumentDeclarationListAST *__list = new (&pool) ObjCMessageArgumentDeclarationListAST; - __list->next = next; - __list->value = value; - return __list; - } - - EnumeratorListAST *EnumeratorList(EnumeratorAST *value, EnumeratorListAST *next = 0) - { - EnumeratorListAST *__list = new (&pool) EnumeratorListAST; - __list->next = next; - __list->value = value; - return __list; - } - - NameListAST *NameList(NameAST *value, NameListAST *next = 0) - { - NameListAST *__list = new (&pool) NameListAST; - __list->next = next; - __list->value = value; - return __list; - } - AttributeListAST *AttributeList(AttributeAST *value, AttributeListAST *next = 0) { AttributeListAST *__list = new (&pool) AttributeListAST; @@ -1212,22 +1148,6 @@ public: return __list; } - ObjCSelectorArgumentListAST *ObjCSelectorArgumentList(ObjCSelectorArgumentAST *value, ObjCSelectorArgumentListAST *next = 0) - { - ObjCSelectorArgumentListAST *__list = new (&pool) ObjCSelectorArgumentListAST; - __list->next = next; - __list->value = value; - return __list; - } - - NestedNameSpecifierListAST *NestedNameSpecifierList(NestedNameSpecifierAST *value, NestedNameSpecifierListAST *next = 0) - { - NestedNameSpecifierListAST *__list = new (&pool) NestedNameSpecifierListAST; - __list->next = next; - __list->value = value; - return __list; - } - BaseSpecifierListAST *BaseSpecifierList(BaseSpecifierAST *value, BaseSpecifierListAST *next = 0) { BaseSpecifierListAST *__list = new (&pool) BaseSpecifierListAST; @@ -1236,65 +1156,25 @@ public: return __list; } - ObjCPropertyAttributeListAST *ObjCPropertyAttributeList(ObjCPropertyAttributeAST *value, ObjCPropertyAttributeListAST *next = 0) + CaptureListAST *CaptureList(CaptureAST *value, CaptureListAST *next = 0) { - ObjCPropertyAttributeListAST *__list = new (&pool) ObjCPropertyAttributeListAST; + CaptureListAST *__list = new (&pool) CaptureListAST; __list->next = next; __list->value = value; return __list; } - MemInitializerListAST *MemInitializerList(MemInitializerAST *value, MemInitializerListAST *next = 0) + CatchClauseListAST *CatchClauseList(CatchClauseAST *value, CatchClauseListAST *next = 0) { - MemInitializerListAST *__list = new (&pool) MemInitializerListAST; + CatchClauseListAST *__list = new (&pool) CatchClauseListAST; __list->next = next; __list->value = value; return __list; } - StatementListAST *StatementList(StatementAST *value, StatementListAST *next = 0) + DeclarationListAST *DeclarationList(DeclarationAST *value, DeclarationListAST *next = 0) { - StatementListAST *__list = new (&pool) StatementListAST; - __list->next = next; - __list->value = value; - return __list; - } - - ParameterDeclarationListAST *ParameterDeclarationList(ParameterDeclarationAST *value, ParameterDeclarationListAST *next = 0) - { - ParameterDeclarationListAST *__list = new (&pool) ParameterDeclarationListAST; - __list->next = next; - __list->value = value; - return __list; - } - - ObjCMessageArgumentListAST *ObjCMessageArgumentList(ObjCMessageArgumentAST *value, ObjCMessageArgumentListAST *next = 0) - { - ObjCMessageArgumentListAST *__list = new (&pool) ObjCMessageArgumentListAST; - __list->next = next; - __list->value = value; - return __list; - } - - NewArrayDeclaratorListAST *NewArrayDeclaratorList(NewArrayDeclaratorAST *value, NewArrayDeclaratorListAST *next = 0) - { - NewArrayDeclaratorListAST *__list = new (&pool) NewArrayDeclaratorListAST; - __list->next = next; - __list->value = value; - return __list; - } - - SpecifierListAST *SpecifierList(SpecifierAST *value, SpecifierListAST *next = 0) - { - SpecifierListAST *__list = new (&pool) SpecifierListAST; - __list->next = next; - __list->value = value; - return __list; - } - - ObjCSynthesizedPropertyListAST *ObjCSynthesizedPropertyList(ObjCSynthesizedPropertyAST *value, ObjCSynthesizedPropertyListAST *next = 0) - { - ObjCSynthesizedPropertyListAST *__list = new (&pool) ObjCSynthesizedPropertyListAST; + DeclarationListAST *__list = new (&pool) DeclarationListAST; __list->next = next; __list->value = value; return __list; @@ -1308,9 +1188,105 @@ public: return __list; } - QtInterfaceNameListAST *QtInterfaceNameList(QtInterfaceNameAST *value, QtInterfaceNameListAST *next = 0) + EnumeratorListAST *EnumeratorList(EnumeratorAST *value, EnumeratorListAST *next = 0) { - QtInterfaceNameListAST *__list = new (&pool) QtInterfaceNameListAST; + EnumeratorListAST *__list = new (&pool) EnumeratorListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ExpressionListAST *ExpressionList(ExpressionAST *value, ExpressionListAST *next = 0) + { + ExpressionListAST *__list = new (&pool) ExpressionListAST; + __list->next = next; + __list->value = value; + return __list; + } + + MemInitializerListAST *MemInitializerList(MemInitializerAST *value, MemInitializerListAST *next = 0) + { + MemInitializerListAST *__list = new (&pool) MemInitializerListAST; + __list->next = next; + __list->value = value; + return __list; + } + + NameListAST *NameList(NameAST *value, NameListAST *next = 0) + { + NameListAST *__list = new (&pool) NameListAST; + __list->next = next; + __list->value = value; + return __list; + } + + NestedNameSpecifierListAST *NestedNameSpecifierList(NestedNameSpecifierAST *value, NestedNameSpecifierListAST *next = 0) + { + NestedNameSpecifierListAST *__list = new (&pool) NestedNameSpecifierListAST; + __list->next = next; + __list->value = value; + return __list; + } + + NewArrayDeclaratorListAST *NewArrayDeclaratorList(NewArrayDeclaratorAST *value, NewArrayDeclaratorListAST *next = 0) + { + NewArrayDeclaratorListAST *__list = new (&pool) NewArrayDeclaratorListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ObjCMessageArgumentDeclarationListAST *ObjCMessageArgumentDeclarationList(ObjCMessageArgumentDeclarationAST *value, ObjCMessageArgumentDeclarationListAST *next = 0) + { + ObjCMessageArgumentDeclarationListAST *__list = new (&pool) ObjCMessageArgumentDeclarationListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ObjCMessageArgumentListAST *ObjCMessageArgumentList(ObjCMessageArgumentAST *value, ObjCMessageArgumentListAST *next = 0) + { + ObjCMessageArgumentListAST *__list = new (&pool) ObjCMessageArgumentListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ObjCPropertyAttributeListAST *ObjCPropertyAttributeList(ObjCPropertyAttributeAST *value, ObjCPropertyAttributeListAST *next = 0) + { + ObjCPropertyAttributeListAST *__list = new (&pool) ObjCPropertyAttributeListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ObjCSelectorArgumentListAST *ObjCSelectorArgumentList(ObjCSelectorArgumentAST *value, ObjCSelectorArgumentListAST *next = 0) + { + ObjCSelectorArgumentListAST *__list = new (&pool) ObjCSelectorArgumentListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ObjCSynthesizedPropertyListAST *ObjCSynthesizedPropertyList(ObjCSynthesizedPropertyAST *value, ObjCSynthesizedPropertyListAST *next = 0) + { + ObjCSynthesizedPropertyListAST *__list = new (&pool) ObjCSynthesizedPropertyListAST; + __list->next = next; + __list->value = value; + return __list; + } + + ParameterDeclarationListAST *ParameterDeclarationList(ParameterDeclarationAST *value, ParameterDeclarationListAST *next = 0) + { + ParameterDeclarationListAST *__list = new (&pool) ParameterDeclarationListAST; + __list->next = next; + __list->value = value; + return __list; + } + + PostfixDeclaratorListAST *PostfixDeclaratorList(PostfixDeclaratorAST *value, PostfixDeclaratorListAST *next = 0) + { + PostfixDeclaratorListAST *__list = new (&pool) PostfixDeclaratorListAST; __list->next = next; __list->value = value; return __list; @@ -1324,9 +1300,33 @@ public: return __list; } - CaptureListAST *CaptureList(CaptureAST *value, CaptureListAST *next = 0) + QtInterfaceNameListAST *QtInterfaceNameList(QtInterfaceNameAST *value, QtInterfaceNameListAST *next = 0) { - CaptureListAST *__list = new (&pool) CaptureListAST; + QtInterfaceNameListAST *__list = new (&pool) QtInterfaceNameListAST; + __list->next = next; + __list->value = value; + return __list; + } + + QtPropertyDeclarationItemListAST *QtPropertyDeclarationItemList(QtPropertyDeclarationItemAST *value, QtPropertyDeclarationItemListAST *next = 0) + { + QtPropertyDeclarationItemListAST *__list = new (&pool) QtPropertyDeclarationItemListAST; + __list->next = next; + __list->value = value; + return __list; + } + + SpecifierListAST *SpecifierList(SpecifierAST *value, SpecifierListAST *next = 0) + { + SpecifierListAST *__list = new (&pool) SpecifierListAST; + __list->next = next; + __list->value = value; + return __list; + } + + StatementListAST *StatementList(StatementAST *value, StatementListAST *next = 0) + { + StatementListAST *__list = new (&pool) StatementListAST; __list->next = next; __list->value = value; return __list; diff --git a/src/libs/3rdparty/cplusplus/ASTVisit.cpp b/src/libs/3rdparty/cplusplus/ASTVisit.cpp index 24c5a2372f7..76adc01c53b 100644 --- a/src/libs/3rdparty/cplusplus/ASTVisit.cpp +++ b/src/libs/3rdparty/cplusplus/ASTVisit.cpp @@ -22,7 +22,7 @@ // W A R N I N G // ------------- // -// This file is automatically generated. +// This file is automatically generated by "cplusplus-update-frontend". // Changes will be lost. // diff --git a/tests/tools/cplusplus-ast2png/dumpers.inc b/tests/tools/cplusplus-ast2png/dumpers.inc index a08981a8f7d..1d3d20238b5 100644 --- a/tests/tools/cplusplus-ast2png/dumpers.inc +++ b/tests/tools/cplusplus-ast2png/dumpers.inc @@ -22,7 +22,7 @@ // W A R N I N G // ------------- // -// This file is automatically generated. +// This file is automatically generated by "cplusplus-update-frontend". // Changes will be lost. //