[cfe-dev] CharacterLiteral get/set location.
Enea Zaffanella
zaffanella at cs.unipr.it
Mon Aug 24 05:46:48 PDT 2009
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.
Cheers,
Enea Zaffanella.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Char_Location.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090824/71092de9/attachment.ksh>
More information about the cfe-dev
mailing list