forked from qt-creator/qt-creator
		
	CPlusPlus: Support structured bindings
While we do recommend clangd for modern code bases, we should still be able to parse basic language constructs. Fixes: QTCREATORBUG-27975 Change-Id: I189b991685a5cd5f62f2afce77878b60c895e8f9 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
		
							
								
								
									
										1
									
								
								src/libs/3rdparty/cplusplus/Parser.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								src/libs/3rdparty/cplusplus/Parser.h
									
									
									
									
										vendored
									
									
								
							@@ -79,6 +79,7 @@ public:
 | 
			
		||||
    bool parseSimpleDeclaration(DeclarationAST *&node, ClassSpecifierAST *declaringClass = nullptr);
 | 
			
		||||
    bool parseDeclarationStatement(StatementAST *&node);
 | 
			
		||||
    bool parseCoreDeclarator(DeclaratorAST *&node, SpecifierListAST *decl_specifier_list, ClassSpecifierAST *declaringClass);
 | 
			
		||||
    DecompositionDeclaratorAST *parseDecompositionDeclarator();
 | 
			
		||||
    bool parseDeclarator(DeclaratorAST *&node, SpecifierListAST *decl_specifier_list, ClassSpecifierAST *declaringClass = nullptr);
 | 
			
		||||
    bool parseDeleteExpression(ExpressionAST *&node);
 | 
			
		||||
    bool parseDoStatement(StatementAST *&node);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user