On Aug 27, 2010, at 8:10 AM, Douglas Gregor wrote: > URL: http://llvm.org/viewvc/llvm-project?rev=112263&view=rev > Log: > Add a super-cool code completion for send-to-super. When we're typing > a message send to "super" from a method that appears to be meant to > override a superclass method (same kind, same selector, same argument > types), provide a "super" completion that fills in the selector along > with forwarding the method's arguments (as placeholders).
Awesome! Is it practical to do the same for C++? :) John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
