Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -1/+1 |
| | | | | Most module walkers use PostWalker<T, Visitor<T>>, let that pattern be expressed as simply PostWalker<T> | ||||
* | Print long string in one call (#864) | Loo Rong Jie | 2017-01-03 | 1 | -12/+12 |
| | |||||
* | Work around dot quirks related to updating node styles. Remove indirect call ↵ | Michael Bebenita | 2016-11-01 | 1 | -26/+21 |
| | | | | edges as they greatly increase the size of the graph. (#818) | ||||
* | Adds a pass to print call graphs in .dot (graphviz) format. (#794) | Michael Bebenita | 2016-10-20 | 1 | -0/+115 |