Commits

John McCall committed e66c13cfe7c
Change the 'walk' APIs to use virtual function dispatch instead . 1,2d 1i Change the 'walk' APIs to use virtual dispatch instead of blocks. This makes it much easier to thread information through the API, as well to extend the API to handle recursive visiting of other structures (e.g., Decls and Patterns). Swift SVN r1101