Re: [PATCH] [clang] Emit ObjC method and block annotation attributes to IR

2016-05-23 Thread Alex Denisov via cfe-commits
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

Re: r269559 - ModuleMap.h: Fix a \param. [-Wdocumentation]

2016-05-14 Thread Alex Denisov via cfe-commits
> 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 ___

[clang-tools-extra] r266518 - Replace hardcoded comment at 'lit.site.cfg.in'

2016-04-16 Thread Alex Denisov via cfe-commits
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

r266516 - Replace hardcoded comment at 'lit.site.cfg.in'

2016-04-16 Thread Alex Denisov via cfe-commits
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

Re: [PATCH] Add ObjCBoxable handling to ObjCMigrator

2016-02-14 Thread Alex Denisov via cfe-commits
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

Re: [PATCH] Add ObjCBoxable handling to ObjCMigrator

2016-01-06 Thread Alex Denisov via cfe-commits
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

r245731 - [SemaObjC] Remove unused code from test.

2015-08-21 Thread Alex Denisov via cfe-commits
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