forked from qt-creator/qt-creator
		
	C++11: handle noexcept specifications.
Change-Id: I7da3affea2758b2e01124105e2521e1f2c5f6678 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								src/libs/3rdparty/cplusplus/ASTfwd.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								src/libs/3rdparty/cplusplus/ASTfwd.h
									
									
									
									
										vendored
									
									
								
							@@ -66,6 +66,7 @@ class DeclaratorIdAST;
 | 
			
		||||
class DeleteExpressionAST;
 | 
			
		||||
class DestructorNameAST;
 | 
			
		||||
class DoStatementAST;
 | 
			
		||||
class DynamicExceptionSpecificationAST;
 | 
			
		||||
class ElaboratedTypeSpecifierAST;
 | 
			
		||||
class EmptyDeclarationAST;
 | 
			
		||||
class EnumSpecifierAST;
 | 
			
		||||
@@ -103,6 +104,7 @@ class NewExpressionAST;
 | 
			
		||||
class NewInitializerAST;
 | 
			
		||||
class NewPlacementAST;
 | 
			
		||||
class NewTypeIdAST;
 | 
			
		||||
class NoExceptSpecificationAST;
 | 
			
		||||
class NumericLiteralAST;
 | 
			
		||||
class ObjCClassDeclarationAST;
 | 
			
		||||
class ObjCClassForwardDeclarationAST;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user