summaryrefslogtreecommitdiff
path: root/src/tools/cplusplus/Main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added clone methods to the AST.Erik Verbruggen2010-02-021-919/+0
|
* Fixed AST code generator for const identifiers.Erik Verbruggen2010-01-291-9/+9
|
* Add copyright headers.Tobias Hunger2010-01-061-0/+28
| | | | Reviewed-by: Roberto Raggi
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-13/+13
|
* Introduced ASTPatternBuilderRoberto Raggi2009-11-161-12/+126
|
* Introduced destructive pattern matching.Roberto Raggi2009-11-161-170/+115
|
* Also match the identifiers and the token types.Roberto Raggi2009-11-131-1/+14
|
* Fixed the generator.Roberto Raggi2009-11-131-6/+63
|
* New matchersRoberto Raggi2009-11-131-23/+131
|
* Initial work on the pattern matcher for AST nodes.Roberto Raggi2009-11-121-53/+150
|
* Store the copyright header in a global variable.Roberto Raggi2009-11-101-29/+32
|
* Added generator for the accept0 methodsRoberto Raggi2009-11-091-0/+228
| | | | Done with Erik Verbruggen
* Added AST forward declaration generation.Roberto Raggi2009-11-091-44/+119
| | | | Done with Erik Verbruggen
* CleanupRoberto Raggi2009-11-091-52/+64
| | | | Done with: Erik Verbruggen
* Addeed generator for the cast methods.Roberto Raggi2009-11-091-0/+239
Done with: erikv