Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ast dump tools from tests/manual to tests/tools. | Christian Kamm | 2010-11-05 | 1 | -387/+0 |
| | | | | Reviewed-by: Friedemann Kleint | ||||
* | C++ dump: terminals not contained in the AST are now also shown. | Erik Verbruggen | 2010-09-21 | 1 | -10/+30 |
| | |||||
* | Added function specifier info to dumper. | Erik Verbruggen | 2010-08-24 | 1 | -0/+13 |
| | |||||
* | Get rid of TemplateParameters. | Roberto Raggi | 2010-08-16 | 1 | -17/+0 |
| | |||||
* | Compile | Roberto Raggi | 2010-08-13 | 1 | -1/+0 |
| | |||||
* | Added profiles for manual tests, cleaned up. | Friedemann Kleint | 2010-07-13 | 1 | -2/+11 |
| | |||||
* | Increased dumper accuracy by genererating the dumper methods. | Erik Verbruggen | 2010-07-06 | 1 | -46/+40 |
| | |||||
* | Added dumping of deprecated attribute on symbols. | Erik Verbruggen | 2010-03-23 | 1 | -4/+12 |
| | |||||
* | Added ObjC Selector dumping. | Erik Verbruggen | 2010-03-12 | 1 | -0/+7 |
| | |||||
* | Added more newlines to the .dot file for the AST. | Erik Verbruggen | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | More symbol dumping. | Erik Verbruggen | 2010-03-08 | 1 | -19/+38 |
| | |||||
* | Pimped the ast dumping and added symbol dumping. | Erik Verbruggen | 2010-03-08 | 1 | -12/+211 |
| | |||||
* | Show the token only in leaf nodes. | Roberto Raggi | 2010-03-08 | 1 | -4/+8 |
| | |||||
* | Initial work on an AST dumper. | Roberto Raggi | 2010-03-08 | 1 | -0/+132 |
That will be pretty helpful to understand what's going wrong with templates. |