summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge commit 'origin/1.2'con2009-06-161-6/+12
|\
| * Fixed crash in SimpleDeclarationAST::lastToken()Roberto Raggi2009-06-161-6/+12
| |
* | AST cloning.Roberto Raggi2009-06-051-1105/+0
| |
* | cleanupRoberto Raggi2009-06-051-25/+25
|/
* Extended the AST with references to more tokensThorbjørn Lindeijer2009-05-111-0/+9
| | | | | | | | 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
* Visit the parameters, the cv qualifiers and exceptionsRoberto Raggi2009-03-171-0/+4
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: Implementation of NewExpressionAST::lastToken()Roberto Raggi2009-02-161-1/+1
|
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-44/+70
|
* Fixes: Visiting of case statements.Roberto Raggi2009-02-101-0/+2
|
* Reimplemented the AST::as*AST() methods as virtual functions (as suggested ↵Roberto Raggi2009-02-091-318/+0
| | | | by andre).
* Introduced ASTVisitor::endVisit(ast node)Roberto Raggi2009-02-091-2/+103
|
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-051-10/+4
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+3985