forked from qt-creator/qt-creator
Revert "Added Objective-C @try block parsing."
This reverts commit f4163b8ba0.
This commit is contained in:
@@ -125,13 +125,11 @@ class NewInitializerAST;
|
||||
class NewPlacementAST;
|
||||
class NewTypeIdAST;
|
||||
class NumericLiteralAST;
|
||||
class ObjCCatchClauseAST;
|
||||
class ObjCClassDeclarationAST;
|
||||
class ObjCClassForwardDeclarationAST;
|
||||
class ObjCDynamicPropertiesDeclarationAST;
|
||||
class ObjCEncodeExpressionAST;
|
||||
class ObjCFastEnumerationAST;
|
||||
class ObjCFinallyClauseAST;
|
||||
class ObjCInstanceVariablesDeclarationAST;
|
||||
class ObjCMessageArgumentAST;
|
||||
class ObjCMessageArgumentDeclarationAST;
|
||||
@@ -152,8 +150,6 @@ class ObjCSelectorWithoutArgumentsAST;
|
||||
class ObjCSynchronizedStatementAST;
|
||||
class ObjCSynthesizedPropertiesDeclarationAST;
|
||||
class ObjCSynthesizedPropertyAST;
|
||||
class ObjCThrowExpressionAST;
|
||||
class ObjCTryBlockStatementAST;
|
||||
class ObjCTypeNameAST;
|
||||
class ObjCVisibilityDeclarationAST;
|
||||
class OperatorAST;
|
||||
@@ -228,7 +224,6 @@ typedef List<ObjCSelectorArgumentAST *> ObjCSelectorArgumentListAST;
|
||||
typedef List<ObjCPropertyAttributeAST *> ObjCPropertyAttributeListAST;
|
||||
typedef List<ObjCMessageArgumentDeclarationAST *> ObjCMessageArgumentDeclarationListAST;
|
||||
typedef List<ObjCSynthesizedPropertyAST *> ObjCSynthesizedPropertyListAST;
|
||||
typedef List<ObjCCatchClauseAST *> ObjCCatchClauseListAST;
|
||||
|
||||
typedef ExpressionListAST TemplateArgumentListAST;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user