[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

John McCall rjmccall at apple.com
Fri Aug 27 09:58:04 PDT 2010


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.



More information about the cfe-commits mailing list