On Nov 24, 2012, at 7:29 AM, Erik Verbruggen <[email protected]> wrote:
> Ping?
>
> Attached is an update patch against rev. #168535.
>
> <0001-PATCH-Fix-for-PR12222.patch>
Commit message says "getSourceLocation()" when it means "getSourceRange()":
Changed getLocStart() and getLocEnd() to be required for Stmts, and make
getSourceLocation() optional. The default implementation for
getSourceLocation() is build the range by calling getLocStart() and
getLocEnd().
This is expected to be a performance win. Is it?
- Doug
> On Nov 5, 2012, at 12:53, Erik Verbruggen <[email protected]> wrote:
>
>> Changed getLocStart() and getLocEnd() to be required for Stmts, and make
>> getSourceLocation() optional. The default implementation for
>> getSourceLocation() is build the range by calling getLocStart() and
>> getLocEnd().
>>
>> Patch against rev. #167353.
>>
>> <0001-Fix-for-PR12222.patch>_______________________________________________
>> cfe-commits mailing list
>> [email protected]
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits