On Aug 27, 2010, at 9:58 AM, John McCall wrote:

> 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++? :)

Yes. It's on my list!

        - Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to