aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2012-12-04 11:50:03 +0100
committerNikolai Kosjar <nikolai.kosjar@digia.com>2012-12-06 10:56:27 +0100
commitd9571f2ecd5678856c91467fb02f2aaaae1fa772 (patch)
tree154b77bde53b1e8c6b78e484d0fc1d4b9844e4e2
parent6d9c7d93f200a17e4c82a20d1924f1d451bcab2b (diff)
C++: Update frontend accordingly to AST.H
$ ./cplusplus-update-frontend Change-Id: I9015abb8d3dc053c91b0107c5a0b2e8b6e2f5f30 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
-rw-r--r--src/libs/3rdparty/cplusplus/ASTClone.cpp2
-rw-r--r--src/libs/3rdparty/cplusplus/ASTMatch0.cpp2
-rw-r--r--src/libs/3rdparty/cplusplus/ASTMatcher.cpp2
-rw-r--r--src/libs/3rdparty/cplusplus/ASTPatternBuilder.h86
-rw-r--r--src/libs/3rdparty/cplusplus/ASTVisit.cpp2
-rw-r--r--tests/tools/cplusplus-ast2png/dumpers.inc2
6 files changed, 48 insertions, 48 deletions
diff --git a/src/libs/3rdparty/cplusplus/ASTClone.cpp b/src/libs/3rdparty/cplusplus/ASTClone.cpp
index 79e8b7818d..73565b8037 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 de743a2f7f..c49b5dae65 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 091a5dfd84..4fbb9d6f8e 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 fcf1f56d04..04a0fdd12c 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,33 +1140,33 @@ public:
return __ast;
}
- CatchClauseListAST *CatchClauseList(CatchClauseAST *value, CatchClauseListAST *next = 0)
+ AttributeListAST *AttributeList(AttributeAST *value, AttributeListAST *next = 0)
{
- CatchClauseListAST *__list = new (&pool) CatchClauseListAST;
+ AttributeListAST *__list = new (&pool) AttributeListAST;
__list->next = next;
__list->value = value;
return __list;
}
- PostfixDeclaratorListAST *PostfixDeclaratorList(PostfixDeclaratorAST *value, PostfixDeclaratorListAST *next = 0)
+ BaseSpecifierListAST *BaseSpecifierList(BaseSpecifierAST *value, BaseSpecifierListAST *next = 0)
{
- PostfixDeclaratorListAST *__list = new (&pool) PostfixDeclaratorListAST;
+ BaseSpecifierListAST *__list = new (&pool) BaseSpecifierListAST;
__list->next = next;
__list->value = value;
return __list;
}
- ExpressionListAST *ExpressionList(ExpressionAST *value, ExpressionListAST *next = 0)
+ CaptureListAST *CaptureList(CaptureAST *value, CaptureListAST *next = 0)
{
- ExpressionListAST *__list = new (&pool) ExpressionListAST;
+ CaptureListAST *__list = new (&pool) CaptureListAST;
__list->next = next;
__list->value = value;
return __list;
}
- QtPropertyDeclarationItemListAST *QtPropertyDeclarationItemList(QtPropertyDeclarationItemAST *value, QtPropertyDeclarationItemListAST *next = 0)
+ CatchClauseListAST *CatchClauseList(CatchClauseAST *value, CatchClauseListAST *next = 0)
{
- QtPropertyDeclarationItemListAST *__list = new (&pool) QtPropertyDeclarationItemListAST;
+ CatchClauseListAST *__list = new (&pool) CatchClauseListAST;
__list->next = next;
__list->value = value;
return __list;
@@ -1180,9 +1180,9 @@ public:
return __list;
}
- ObjCMessageArgumentDeclarationListAST *ObjCMessageArgumentDeclarationList(ObjCMessageArgumentDeclarationAST *value, ObjCMessageArgumentDeclarationListAST *next = 0)
+ DeclaratorListAST *DeclaratorList(DeclaratorAST *value, DeclaratorListAST *next = 0)
{
- ObjCMessageArgumentDeclarationListAST *__list = new (&pool) ObjCMessageArgumentDeclarationListAST;
+ DeclaratorListAST *__list = new (&pool) DeclaratorListAST;
__list->next = next;
__list->value = value;
return __list;
@@ -1196,25 +1196,25 @@ public:
return __list;
}
- NameListAST *NameList(NameAST *value, NameListAST *next = 0)
+ ExpressionListAST *ExpressionList(ExpressionAST *value, ExpressionListAST *next = 0)
{
- NameListAST *__list = new (&pool) NameListAST;
+ ExpressionListAST *__list = new (&pool) ExpressionListAST;
__list->next = next;
__list->value = value;
return __list;
}
- AttributeListAST *AttributeList(AttributeAST *value, AttributeListAST *next = 0)
+ MemInitializerListAST *MemInitializerList(MemInitializerAST *value, MemInitializerListAST *next = 0)
{
- AttributeListAST *__list = new (&pool) AttributeListAST;
+ MemInitializerListAST *__list = new (&pool) MemInitializerListAST;
__list->next = next;
__list->value = value;
return __list;
}
- ObjCSelectorArgumentListAST *ObjCSelectorArgumentList(ObjCSelectorArgumentAST *value, ObjCSelectorArgumentListAST *next = 0)
+ NameListAST *NameList(NameAST *value, NameListAST *next = 0)
{
- ObjCSelectorArgumentListAST *__list = new (&pool) ObjCSelectorArgumentListAST;
+ NameListAST *__list = new (&pool) NameListAST;
__list->next = next;
__list->value = value;
return __list;
@@ -1228,105 +1228,105 @@ public:
return __list;
}
- BaseSpecifierListAST *BaseSpecifierList(BaseSpecifierAST *value, BaseSpecifierListAST *next = 0)
+ NewArrayDeclaratorListAST *NewArrayDeclaratorList(NewArrayDeclaratorAST *value, NewArrayDeclaratorListAST *next = 0)
{
- BaseSpecifierListAST *__list = new (&pool) BaseSpecifierListAST;
+ NewArrayDeclaratorListAST *__list = new (&pool) NewArrayDeclaratorListAST;
__list->next = next;
__list->value = value;
return __list;
}
- ObjCPropertyAttributeListAST *ObjCPropertyAttributeList(ObjCPropertyAttributeAST *value, ObjCPropertyAttributeListAST *next = 0)
+ ObjCMessageArgumentDeclarationListAST *ObjCMessageArgumentDeclarationList(ObjCMessageArgumentDeclarationAST *value, ObjCMessageArgumentDeclarationListAST *next = 0)
{
- ObjCPropertyAttributeListAST *__list = new (&pool) ObjCPropertyAttributeListAST;
+ ObjCMessageArgumentDeclarationListAST *__list = new (&pool) ObjCMessageArgumentDeclarationListAST;
__list->next = next;
__list->value = value;
return __list;
}
- MemInitializerListAST *MemInitializerList(MemInitializerAST *value, MemInitializerListAST *next = 0)
+ ObjCMessageArgumentListAST *ObjCMessageArgumentList(ObjCMessageArgumentAST *value, ObjCMessageArgumentListAST *next = 0)
{
- MemInitializerListAST *__list = new (&pool) MemInitializerListAST;
+ ObjCMessageArgumentListAST *__list = new (&pool) ObjCMessageArgumentListAST;
__list->next = next;
__list->value = value;
return __list;
}
- StatementListAST *StatementList(StatementAST *value, StatementListAST *next = 0)
+ ObjCPropertyAttributeListAST *ObjCPropertyAttributeList(ObjCPropertyAttributeAST *value, ObjCPropertyAttributeListAST *next = 0)
{
- StatementListAST *__list = new (&pool) StatementListAST;
+ ObjCPropertyAttributeListAST *__list = new (&pool) ObjCPropertyAttributeListAST;
__list->next = next;
__list->value = value;
return __list;
}
- ParameterDeclarationListAST *ParameterDeclarationList(ParameterDeclarationAST *value, ParameterDeclarationListAST *next = 0)
+ ObjCSelectorArgumentListAST *ObjCSelectorArgumentList(ObjCSelectorArgumentAST *value, ObjCSelectorArgumentListAST *next = 0)
{
- ParameterDeclarationListAST *__list = new (&pool) ParameterDeclarationListAST;
+ ObjCSelectorArgumentListAST *__list = new (&pool) ObjCSelectorArgumentListAST;
__list->next = next;
__list->value = value;
return __list;
}
- ObjCMessageArgumentListAST *ObjCMessageArgumentList(ObjCMessageArgumentAST *value, ObjCMessageArgumentListAST *next = 0)
+ ObjCSynthesizedPropertyListAST *ObjCSynthesizedPropertyList(ObjCSynthesizedPropertyAST *value, ObjCSynthesizedPropertyListAST *next = 0)
{
- ObjCMessageArgumentListAST *__list = new (&pool) ObjCMessageArgumentListAST;
+ ObjCSynthesizedPropertyListAST *__list = new (&pool) ObjCSynthesizedPropertyListAST;
__list->next = next;
__list->value = value;
return __list;
}
- NewArrayDeclaratorListAST *NewArrayDeclaratorList(NewArrayDeclaratorAST *value, NewArrayDeclaratorListAST *next = 0)
+ ParameterDeclarationListAST *ParameterDeclarationList(ParameterDeclarationAST *value, ParameterDeclarationListAST *next = 0)
{
- NewArrayDeclaratorListAST *__list = new (&pool) NewArrayDeclaratorListAST;
+ ParameterDeclarationListAST *__list = new (&pool) ParameterDeclarationListAST;
__list->next = next;
__list->value = value;
return __list;
}
- SpecifierListAST *SpecifierList(SpecifierAST *value, SpecifierListAST *next = 0)
+ PostfixDeclaratorListAST *PostfixDeclaratorList(PostfixDeclaratorAST *value, PostfixDeclaratorListAST *next = 0)
{
- SpecifierListAST *__list = new (&pool) SpecifierListAST;
+ PostfixDeclaratorListAST *__list = new (&pool) PostfixDeclaratorListAST;
__list->next = next;
__list->value = value;
return __list;
}
- ObjCSynthesizedPropertyListAST *ObjCSynthesizedPropertyList(ObjCSynthesizedPropertyAST *value, ObjCSynthesizedPropertyListAST *next = 0)
+ PtrOperatorListAST *PtrOperatorList(PtrOperatorAST *value, PtrOperatorListAST *next = 0)
{
- ObjCSynthesizedPropertyListAST *__list = new (&pool) ObjCSynthesizedPropertyListAST;
+ PtrOperatorListAST *__list = new (&pool) PtrOperatorListAST;
__list->next = next;
__list->value = value;
return __list;
}
- DeclaratorListAST *DeclaratorList(DeclaratorAST *value, DeclaratorListAST *next = 0)
+ QtInterfaceNameListAST *QtInterfaceNameList(QtInterfaceNameAST *value, QtInterfaceNameListAST *next = 0)
{
- DeclaratorListAST *__list = new (&pool) DeclaratorListAST;
+ QtInterfaceNameListAST *__list = new (&pool) QtInterfaceNameListAST;
__list->next = next;
__list->value = value;
return __list;
}
- QtInterfaceNameListAST *QtInterfaceNameList(QtInterfaceNameAST *value, QtInterfaceNameListAST *next = 0)
+ QtPropertyDeclarationItemListAST *QtPropertyDeclarationItemList(QtPropertyDeclarationItemAST *value, QtPropertyDeclarationItemListAST *next = 0)
{
- QtInterfaceNameListAST *__list = new (&pool) QtInterfaceNameListAST;
+ QtPropertyDeclarationItemListAST *__list = new (&pool) QtPropertyDeclarationItemListAST;
__list->next = next;
__list->value = value;
return __list;
}
- PtrOperatorListAST *PtrOperatorList(PtrOperatorAST *value, PtrOperatorListAST *next = 0)
+ SpecifierListAST *SpecifierList(SpecifierAST *value, SpecifierListAST *next = 0)
{
- PtrOperatorListAST *__list = new (&pool) PtrOperatorListAST;
+ SpecifierListAST *__list = new (&pool) SpecifierListAST;
__list->next = next;
__list->value = value;
return __list;
}
- CaptureListAST *CaptureList(CaptureAST *value, CaptureListAST *next = 0)
+ StatementListAST *StatementList(StatementAST *value, StatementListAST *next = 0)
{
- CaptureListAST *__list = new (&pool) CaptureListAST;
+ 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 24c5a2372f..76adc01c53 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 a08981a8f7..1d3d20238b 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.
//