summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTVisitor.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-0/+4
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Rewrote PrettyPrinter to output the document exactly as it was beforeThorbjørn Lindeijer2009-05-111-0/+1
| | | | | | | | This means at the moment the PrettyPrinter isn't doing anything useful, but the idea is that from here we can improve it to adapt the code to a certain style. Reviewed-by: Roberto Raggi
* Added ASTVisitor::getTokenStartPosition() and ASTVisitor::getTokenEndPosition().Roberto Raggi2009-03-061-0/+9
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-2/+4
|
* Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-091-0/+104
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+200