summaryrefslogtreecommitdiff
path: root/tests/manual/cplusplus-dump
Commit message (Collapse)AuthorAgeFilesLines
* Move ast dump tools from tests/manual to tests/tools.Christian Kamm2010-11-056-2058/+0
| | | | Reviewed-by: Friedemann Kleint
* C++ dump: terminals not contained in the AST are now also shown.Erik Verbruggen2010-09-211-10/+30
|
* Some cleanup in the C++ AST.Roberto Raggi2010-08-261-5/+5
|
* Re-generated the AST dump visitor methods.Erik Verbruggen2010-08-241-2/+2
|
* Added function specifier info to dumper.Erik Verbruggen2010-08-241-0/+13
|
* Get rid of TemplateParameters.Roberto Raggi2010-08-161-17/+0
|
* CompileRoberto Raggi2010-08-131-1/+0
|
* Remember the T_TEMPLATE token we use to force the parser to recognize a ↵Roberto Raggi2010-08-121-1/+3
| | | | template-id.
* Introduced IdExpressionAST.Roberto Raggi2010-08-021-0/+6
|
* Added profiles for manual tests, cleaned up.Friedemann Kleint2010-07-131-2/+11
|
* Increased dumper accuracy by genererating the dumper methods.Erik Verbruggen2010-07-062-46/+1647
|
* Added dumping of deprecated attribute on symbols.Erik Verbruggen2010-03-231-4/+12
|
* Added ObjC Selector dumping.Erik Verbruggen2010-03-121-0/+7
|
* Added more newlines to the .dot file for the AST.Erik Verbruggen2010-03-081-2/+2
|
* More symbol dumping.Erik Verbruggen2010-03-081-19/+38
|
* Pimped the ast dumping and added symbol dumping.Erik Verbruggen2010-03-081-12/+211
|
* Show the token only in leaf nodes.Roberto Raggi2010-03-081-4/+8
|
* Initial work on an AST dumper.Roberto Raggi2010-03-085-0/+188
That will be pretty helpful to understand what's going wrong with templates.