summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.h
Commit message (Expand)AuthorAgeFilesLines
* Removed ObjCMessageArgumentListASTRoberto Raggi2009-11-101-16/+0
* Removed ObjCIdentifierListASTRoberto Raggi2009-11-101-23/+5
* Removed TemplateArgumentListASTRoberto Raggi2009-11-101-16/+0
* Removed DeclaratorListASTRoberto Raggi2009-11-101-16/+0
* Removed StatementListASTRoberto Raggi2009-11-101-16/+0
* Removed DeclarationListAST node.Roberto Raggi2009-11-101-16/+0
* Removed the ExpressionListAST node.Roberto Raggi2009-11-101-34/+30
* Removed the AST cloner.Roberto Raggi2009-11-101-280/+0
* Addeed generator for the cast methods.Roberto Raggi2009-11-091-319/+181
* Initialize the members of List<T>Roberto Raggi2009-10-211-0/+1
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-4/+4
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+1
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-1/+4
* Cleaned the ObjC AST up.Erik Verbruggen2009-08-051-93/+22
* Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.Erik Verbruggen2009-08-041-20/+1
* Added @synchronized parsing for Objective-C.Erik Verbruggen2009-07-311-0/+22
* Added Semantic checks for ObjC methods.Erik Verbruggen2009-07-311-2/+1
* Added semantic checks for method declarations.Erik Verbruggen2009-07-311-2/+2
* Fix for ObjC fast-enumeration parsing.Erik Verbruggen2009-07-291-1/+7
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-20/+173
* Fixes for the ObjC AST. Now it should be complete.Erik Verbruggen2009-07-201-1/+40
* Added more AST for ObjC.Erik Verbruggen2009-07-201-0/+153
* Added ObjC method prototypes to the AST.Erik Verbruggen2009-07-161-0/+62
* Added ObjC properties to the AST.Erik Verbruggen2009-07-161-15/+63
* Added ObjC @interface and @implementation member declarations.Erik Verbruggen2009-07-161-0/+58
* Added ObjC encode expressions.Erik Verbruggen2009-07-161-0/+40
* Added ObjC protocol expressions.Erik Verbruggen2009-07-161-0/+21
* AST additions for ObjC send_msg.Erik Verbruggen2009-07-151-1/+41
* Added AST for a bit of ObjC.Erik Verbruggen2009-07-131-0/+134
* Introduced ForeachStatementAST and the bits to parse foreach statements when ...Roberto Raggi2009-07-031-0/+32
* Improved compatibility with the gcc extensions.Roberto Raggi2009-06-181-1/+2
* Don't search for undefined symbols in ambiguous typeof expressions.Roberto Raggi2009-06-181-0/+2
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-14/+46
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Fixed AST::asName() cast.Roberto Raggi2009-06-081-0/+2
* cleanupRoberto Raggi2009-06-051-7/+7
* Extended the AST with references to more tokensThorbjørn Lindeijer2009-05-111-0/+10
* Added support for Q_SIGNAL and Q_SLOT.Roberto Raggi2009-03-251-0/+2
* Check for ambigious function-declarators/cpp-initializers.Roberto Raggi2009-03-171-0/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-9/+37
* Reimplemented the AST::as*AST() methods as virtual functions (as suggested by...Roberto Raggi2009-02-091-106/+426
* Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-091-0/+18
* Annotate function declarators.Roberto Raggi2009-02-091-0/+3
* More annotations.Roberto Raggi2009-02-091-3/+38
* Annotated NamespaceAST nodes.Roberto Raggi2009-02-091-0/+3
* Annotated the NameAST nodes.Roberto Raggi2009-02-091-0/+6
* Annotate the ClassSpecifierAST node with the class symbol.Roberto Raggi2009-02-091-0/+3
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-051-1/+3