summaryrefslogtreecommitdiff
path: root/tests/manual/cplusplus-dump/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move ast dump tools from tests/manual to tests/tools.Christian Kamm2010-11-051-387/+0
| | | | Reviewed-by: Friedemann Kleint
* C++ dump: terminals not contained in the AST are now also shown.Erik Verbruggen2010-09-211-10/+30
|
* 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
|
* Added profiles for manual tests, cleaned up.Friedemann Kleint2010-07-131-2/+11
|
* Increased dumper accuracy by genererating the dumper methods.Erik Verbruggen2010-07-061-46/+40
|
* 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-081-0/+132
That will be pretty helpful to understand what's going wrong with templates.