[PATCH] Fix source location info for C++03 access declarations.
Richard Smith
richard at metafoo.co.uk
Sun Jul 21 12:15:37 PDT 2013
On Sun, Jul 21, 2013 at 11:31 AM, Enea Zaffanella <zaffanella at cs.unipr.it>wrote:
> On 07/12/2013 10:51 PM, Enea Zaffanella wrote:
>
>> On 07/12/2013 08:53 PM, Eli Friedman wrote:
>> > Please split this patch. It's practically unreadable as-is.
>> >
>> > -Eli
>>
>
> Here is the second part of the patch (regarding UsingDecl nodes):
>
> In Sema helper functions:
>
> * renamed isTypeName as HasTypenameKeyword
>
> In UsingDecl:
>
> * renamed get/setUsingLocation to get/setUsingLoc
> * renamed is/setTypeName as has/setTypename
>
> No functionality change (hence no testcase).
> Changes are only meant to improve clarity/consistency.
>
> OK to commit?
>
Yes, this looks like an improvement. Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130721/320c3ec0/attachment.html>
More information about the cfe-commits
mailing list