Author: alexdenisov
Date: Wed Aug 5 23:51:14 2015
New Revision: 244193
URL: http://llvm.org/viewvc/llvm-project?rev=244193&view=rev
Log:
[ObjC] Circular containers: add support of subclasses
Modified:
cfe/trunk/include/clang/AST/NSAPI.h
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.
Author: alexdenisov
Date: Fri Aug 21 15:28:16 2015
New Revision: 245731
URL: http://llvm.org/viewvc/llvm-project?rev=245731&view=rev
Log:
[SemaObjC] Remove unused code from test.
Patch by modocache (Brian Gesiak).
Modified:
cfe/trunk/test/SemaObjC/access-property-getter.m
Modified: cfe/trun
Rebased against trunk:
objc_migrator_objc_boxable.patch
Description: Binary data
--
AlexDenisov
Software Engineer, http://lowlevelbits.org
> On 05 Dec 2015, at 22:19, John McCall wrote:
>
>> On Dec 5, 2015, at 7:58 AM, AlexDenisov <1101.deb...@gmail.com> wrote:
>> Extend ObjCMigrator to cov
> On 14 May 2016, at 14:37, NAKAMURA Takumi via cfe-commits
> wrote:
>
> - /// \param Filename The umbreall header to collect.
> + /// \param Header The umbreall header to collect.
s/Umbreall/Umbrella/
signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Author: alexdenisov
Date: Sat Apr 16 01:54:46 2016
New Revision: 266516
URL: http://llvm.org/viewvc/llvm-project?rev=266516&view=rev
Log:
Replace hardcoded comment at 'lit.site.cfg.in'
At the moment almost every lit.site.cfg.in contains two lines comment:
## Autogenerated by LLVM/Clang configu
Author: alexdenisov
Date: Sat Apr 16 02:01:42 2016
New Revision: 266518
URL: http://llvm.org/viewvc/llvm-project?rev=266518&view=rev
Log:
Replace hardcoded comment at 'lit.site.cfg.in'
At the moment almost every lit.site.cfg.in contains two lines comment:
## Autogenerated by LLVM/Clang configu
John McCall may know particular reasons why these annotations are not
propagated to IR level.
> On 19 May 2016, at 19:37, Max Bazaliy via cfe-commits
> wrote:
>
> Hey,
>
> For some reason clang does not emit ObjC method and block annotations to IR.
> Here is a fix for that.
>
> --
> Max Baz
Any updates? :)
--
AlexDenisov
Software Engineer, http://lowlevelbits.org
> On 05 Dec 2015, at 22:19, John McCall wrote:
>
>> On Dec 5, 2015, at 7:58 AM, AlexDenisov <1101.deb...@gmail.com> wrote:
>> Extend ObjCMigrator to cover automatic migration from message sending to
>> boxable literals, e