]> granicus.if.org Git - clang/commit
Add support for handling initializers in RewriteObjC::RewriteByRefVar().
authorSteve Naroff <snaroff@apple.com>
Wed, 23 Dec 2009 17:24:33 +0000 (17:24 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 23 Dec 2009 17:24:33 +0000 (17:24 +0000)
commitc5143c538783a2834cfdc3d29db0ff76e857818f
treed231169016df318e3f55595ef964c05d8b1687f8
parent60fd3db910aaae0885a01d39ac5814e8eae2efc6
Add support for handling initializers in RewriteObjC::RewriteByRefVar().

As the FIXME indicates, RewriteByRefVar() won't work for multiple declarators (in general). I've discussed this with Fariborz and he is aware of the limitation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92007 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/RewriteObjC.cpp