[cfe-dev] CharacterLiteral get/set location.

Enea Zaffanella zaffanella at cs.unipr.it
Mon Aug 24 10:32:53 PDT 2009


Chris Lattner wrote:
> 
> On Aug 24, 2009, at 5:46 AM, Enea Zaffanella wrote:
> 
>> Class CharacterLiteral has the following public methods, which are 
>> inconsistently named:
>>
>>  SourceLocation getLoc() const { return Loc; }
>>  void setLocation(SourceLocation Location) { Loc = Location; }
>>
>> The attached patch makes these names consistent.
> 
> Looks great, please attach the patch as an attachment (instead of 
> inline) to make it easier to apply. Thanks!
> 
> -Chris

Second attempt, after playing with mailer options.

Cheers,
Enea.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Char_Location.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090824/c73f2dae/attachment.ksh>


More information about the cfe-dev mailing list