summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTVisit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added attributes to the elaborate-type-specifier AST node.Erik Verbruggen2010-03-231-0/+1
* Renamed the CompoundExpressionAST::compoundStatement.Roberto Raggi2010-03-231-1/+1
* Parse and create AST nodes for the Q_MOC_RUN extensions.Roberto Raggi2010-03-171-0/+16
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-0/+17
* Long live the king!hjk2010-03-051-1/+1
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-22/+15
* Fixed Q_PROPERTY parsing to handle all possible cases.Erik Verbruggen2010-02-161-17/+2
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-35/+0
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+35
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-9/+0
* Changed ObjC message arguments to have SimpleName for the name part.Erik Verbruggen2010-02-081-0/+1
* Changed Q_PROPERTY parsing and AST storage.Erik Verbruggen2010-02-071-8/+24
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-1/+1
* Simplified Q_FLAGS and Q_DECLARE_FLAGS parsing.Erik Verbruggen2010-02-071-1/+3
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-071-4/+14
* Added AST nodes for compound expressions (a GNU extension).Erik Verbruggen2010-02-071-0/+8
* Removed #ifdefs so all AST nodes are always there.Erik Verbruggen2010-02-041-2/+11
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-0/+30
* Fixed semantic check for ObjC fast-enumeration for-loops, then merged it with...Erik Verbruggen2010-01-111-1/+1
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+8
* Fixed parsing of ctor-initializers and added a manual test for the AST matchersRoberto Raggi2009-11-131-1/+1
* Fixed the AST field names.Roberto Raggi2009-11-101-54/+54
* Ported the accept methods.Roberto Raggi2009-11-101-37/+19
* Cleanup specifiers.Roberto Raggi2009-11-101-71/+35
* Cleanup ptr operators.Roberto Raggi2009-11-101-6/+3
* Cleanup Catch clauseRoberto Raggi2009-11-101-2/+1
* Cleanup nested name specifiersRoberto Raggi2009-11-101-4/+3
* Cleanup AttributesRoberto Raggi2009-11-101-2/+1
* Cleanup postfix declarators.Roberto Raggi2009-11-101-2/+1
* Cleanup Postfix operators.Roberto Raggi2009-11-101-2/+1
* Cleanup NewArrayDeclaratorASTRoberto Raggi2009-11-101-2/+1
* Cleanup MemInitializerASTRoberto Raggi2009-11-101-4/+2
* Cleanup base base specifiers.Roberto Raggi2009-11-101-2/+1
* Removed ObjCSynthesizedPropertyASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCMessageArgumentDeclarationListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCPropertyAttributeListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCSelectorArgumentListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCMessageArgumentListASTRoberto Raggi2009-11-101-8/+0
* Removed ObjCIdentifierListASTRoberto Raggi2009-11-101-12/+4
* Removed TemplateArgumentListASTRoberto Raggi2009-11-101-8/+0
* Removed DeclaratorListASTRoberto Raggi2009-11-101-8/+0
* Removed StatementListASTRoberto Raggi2009-11-101-8/+0
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-8/+0
* Removed the ExpressionListAST node.Roberto Raggi2009-11-101-8/+0
* Added generator for the accept0 methodsRoberto Raggi2009-11-091-240/+0
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* long live the kinghjk2009-08-141-1/+1
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-43/+8
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-041-10/+0
* Regenerated ASTVisit.cppRoberto Raggi2009-08-031-100/+70