]> granicus.if.org Git - clang/commit
Extend bracket insertion to message sends to "super", e.g.,
authorDouglas Gregor <dgregor@apple.com>
Wed, 15 Sep 2010 15:09:43 +0000 (15:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 15 Sep 2010 15:09:43 +0000 (15:09 +0000)
commitfa885c11e33ca1140e3cf376eb43cb70bbf96962
treebe3c0d71ce677059cfbc1d8ef5eb44a637cf47fd
parentb65042da3aa4dc2f9fc1c606fa6817089fd86cd6
Extend bracket insertion to message sends to "super", e.g.,

  super method:arg]

will now recover nicely and insert the '[' before 'super'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113971 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
test/FixIt/fixit-objc-message.m