summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick: Update license headers and sales contact details.con2009-06-161-2/+2
* Fixed crash in SimpleDeclarationAST::lastToken()Roberto Raggi2009-06-161-6/+12
* Extended the AST with references to more tokensThorbjørn Lindeijer2009-05-111-0/+9
* 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 by...Roberto Raggi2009-02-091-318/+0
* 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