summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | qtMocRun is enabled.
* 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
| | | | Reviewed-by: Trust Me
* 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
| | | | | | | | Mainly comma tokens. Referencing all tokens is necessary to be able to implement pretty-printing based on the AST while maintaining user formatting. Reviewed-by: Roberto Raggi
* 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 ↵Roberto Raggi2009-02-091-106/+426
| | | | by andre).
* 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
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+1989