[cfe-commits] r112263 - in /cfe/trunk: include/clang/Sema/CodeCompleteConsumer.h include/clang/Sema/Sema.h lib/Sema/SemaCodeComplete.cpp test/Index/complete-super.m

Douglas Gregor dgregor at apple.com
Fri Aug 27 14:20:06 PDT 2010


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

Implemented in r112294.

	- Doug



More information about the cfe-commits mailing list