r176271 - objective-C code completion. Property accessors may not

Dmitri Gribenko gribozavr at gmail.com
Thu Feb 28 09:55:30 PST 2013


On Thu, Feb 28, 2013 at 7:47 PM, Fariborz Jahanian <fjahanian at apple.com> wrote:
> Author: fjahanian
> Date: Thu Feb 28 11:47:14 2013
> New Revision: 176271
>
> URL: http://llvm.org/viewvc/llvm-project?rev=176271&view=rev
> Log:
> objective-C code completion. Property accessors may not
> have their own code completion comments. Use those in
> their properties in this case.

Hi Fariborz,

Could you copy this commit message into the test?  It is not obvious
from the outside what the radar is about.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list