[PATCH] D80144: [clang-format] @lefticus just taught the world how to use [[unlikely]] but we forgot to teach clang-format

Marcus Johnson via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 23:17:58 PDT 2020


Why objective C?

C++ has attributes and so does C2x, and I believe they’re both getting /have the unlikely attribute.

> On May 25, 2020, at 1:10 PM, MyDeveloperDay via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> MyDeveloperDay added a comment.
> 
> 
> 
>> I know that we didn't have a test for this in ObjC land, but the regression seems severe enough to revert this
> 
> Sure go ahead, that's the process.
> 
> 
> Repository:
>  rG LLVM Github Monorepo
> 
> CHANGES SINCE LAST ACTION
>  https://reviews.llvm.org/D80144/new/
> 
> https://reviews.llvm.org/D80144
> 
> 
> 


More information about the cfe-commits mailing list