[cfe-commits] [PATCH] Fix for PR12222
Erik Verbruggen
erik.verbruggen at me.com
Mon Nov 5 03:53:21 PST 2012
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-for-PR12222.patch
Type: application/octet-stream
Size: 81099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121105/7c63c5ec/attachment.obj>
More information about the cfe-commits
mailing list