r191139 - clang-format: Improve address-of-operator detection

Daniel Jasper djasper at google.com
Sun Sep 22 22:55:07 PDT 2013


1. It is not allowed to use alignof without parentheses and thus I don't
see a reason to support that.
2. Patches welcome.



On Mon, Sep 23, 2013 at 1:15 AM, Nico Weber <thakis at chromium.org> wrote:

> Add alignof too while you're here?
>
> (Also, we have the sizeof / alignof bits in a few places, maybe there
> should be a helper function for these?)
>
>
> On Sat, Sep 21, 2013 at 12:19 PM, Daniel Jasper <djasper at google.com>wrote:
>
>>
>>
>>
>> On Sat, Sep 21, 2013 at 8:36 PM, Chandler Carruth <chandlerc at google.com>wrote:
>>
>>>
>>> On Sat, Sep 21, 2013 at 10:31 AM, Daniel Jasper <djasper at google.com>wrote:
>>>
>>>> Author: djasper
>>>> Date: Sat Sep 21 12:31:51 2013
>>>> New Revision: 191139
>>>>
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=191139&view=rev
>>>> Log:
>>>> clang-format: Improve address-of-operator detection
>>>>
>>>
>>> I assume you mean 'sizeof operator' here?
>>>
>>
>> No, I actually meant dereference operator .. :-)
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130923/8d179183/attachment.html>


More information about the cfe-commits mailing list