forked from qt-creator/qt-creator
C++: Rename NewPlacementAST to ExpressionListParenAST.
It'll be reused as the initializer expression for declarators that are followed by "( expression-list )". Change-Id: I6c76a76641941874ef1ed21daa7b6e057c6d170f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
2
src/libs/3rdparty/cplusplus/ASTfwd.h
vendored
2
src/libs/3rdparty/cplusplus/ASTfwd.h
vendored
@@ -75,6 +75,7 @@ class EnumeratorAST;
|
||||
class ExceptionDeclarationAST;
|
||||
class ExceptionSpecificationAST;
|
||||
class ExpressionAST;
|
||||
class ExpressionListParenAST;
|
||||
class ExpressionOrDeclarationStatementAST;
|
||||
class ExpressionStatementAST;
|
||||
class ForStatementAST;
|
||||
@@ -103,7 +104,6 @@ class NestedNameSpecifierAST;
|
||||
class NewArrayDeclaratorAST;
|
||||
class NewExpressionAST;
|
||||
class NewInitializerAST;
|
||||
class NewPlacementAST;
|
||||
class NewTypeIdAST;
|
||||
class NoExceptSpecificationAST;
|
||||
class NumericLiteralAST;
|
||||
|
||||
Reference in New Issue
Block a user