aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented Name::as*() using virtual functions.Roberto Raggi2009-02-093-54/+54
* Reimplemented Symbol::as*() methods using virtual functions.Roberto Raggi2009-02-093-100/+100
* Reimplemented the AST::as*AST() methods as virtual functions (as suggested by...Roberto Raggi2009-02-092-424/+426
* Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-094-2/+231
* Annotate function declarators.Roberto Raggi2009-02-092-0/+4
* More annotations.Roberto Raggi2009-02-094-16/+52
* Annotated NamespaceAST nodes.Roberto Raggi2009-02-092-0/+4
* Annotated the NameAST nodes.Roberto Raggi2009-02-093-0/+13
* Annotate the ClassSpecifierAST node with the class symbol.Roberto Raggi2009-02-092-0/+4
* Accept T_COLON_COLON only for the first objc message arg.Roberto Raggi2009-02-061-1/+1
* Fixes: Parsing of objc selector expressions.Roberto Raggi2009-02-061-1/+32
* Fixes: Parsing of objc method definitions.Roberto Raggi2009-02-061-3/+4
* Fixes: Parsing of block declarations in an @implementation block.Roberto Raggi2009-02-061-2/+18
* Added fast lookup of objc type qualifiers.Roberto Raggi2009-02-054-12/+189
* Fixes: Parsing objc method definitions.Roberto Raggi2009-02-052-0/+38
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-055-25/+92
* Improved parsing of objc message expressions.Roberto Raggi2009-02-051-7/+11
* Fixes: Parsing of objc message expressions.Roberto Raggi2009-02-052-1/+60
* Fixes: Parsing of objc string literals and selector expressions.Roberto Raggi2009-02-052-2/+45
* Fixes: Parsing of objc protocol expressions.Roberto Raggi2009-02-052-1/+15
* Parse objc encode expressions.Roberto Raggi2009-02-052-1/+13
* Dummy method for the objc expressions.Roberto Raggi2009-02-052-0/+31
* Fixes: Parsing of wide char literals.Roberto Raggi2009-01-291-1/+2
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-2670-0/+25410