On Wed, Apr 18, 2012 at 10:24 AM, Nick Wellnhofer <[email protected]> wrote: > I think it makes sense to have a typedef for every method and to use the > same naming conventions for typedefs and methods. This would make it > possible to autogenerate the typecast regardless of letter case.
+1, sounds great! There are a fair number of these typedefs in the codebase, so perhaps as an interrim step we might generate both old-style and new-style typedefs -- and then later we can go switch out all the old for the new. Marvin Humphrey
