[cfe-commits] [PATCH] Fix for PR12222

Erik Verbruggen erik.verbruggen at me.com
Sat Nov 24 07:29:45 PST 2012


Ping?

Attached is an update patch against rev. #168535.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-PATCH-Fix-for-PR12222.patch
Type: application/octet-stream
Size: 80893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121124/d8eb7e83/attachment.obj>
-------------- next part --------------


On Nov 5, 2012, at 12:53, Erik Verbruggen <erik.verbruggen at me.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list