[PATCH] Fix source location info for C++03 access declarations.

Enea Zaffanella zaffanella at cs.unipr.it
Sun Jul 21 11:31:35 PDT 2013


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?

Enea.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: UsingDecl.patch
Type: text/x-diff
Size: 18378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130721/12a85a4a/attachment.patch>


More information about the cfe-commits mailing list