[llvm-commits] [llvm] r126787 - /llvm/trunk/include/llvm/Support/SourceMgr.h
Dan Gohman
gohman at apple.com
Tue Mar 1 16:11:58 PST 2011
On Mar 1, 2011, at 3:39 PM, Chris Lattner wrote:
>
> On Mar 1, 2011, at 2:11 PM, Dan Gohman wrote:
>
>> Author: djg
>> Date: Tue Mar 1 16:11:52 2011
>> New Revision: 126787
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=126787&view=rev
>> Log:
>> Remove the showline argument from the SMDiagnostic constructor
>> which constructs a diagnostic with no line to show.
>
> Hi Dan,
>
> Removing the option sounds fine, but doesn't this patch silently switch it from 'true' to 'false'?
Yes, but since there's no line to show it doesn't matter.
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110301/77e3405d/attachment.html>
More information about the llvm-commits
mailing list