[llvm] r188528 - Calling the base class constructor from the derived class' initializer list. This matches DenseMap's behavior, and silences some warnings.
Eli Friedman
eli.friedman at gmail.com
Thu Aug 15 20:17:23 PDT 2013
On Thu, Aug 15, 2013 at 7:56 PM, Aaron Ballman <aaron at aaronballman.com>wrote:
> Author: aaronballman
> Date: Thu Aug 15 21:56:43 2013
> New Revision: 188528
>
> URL: http://llvm.org/viewvc/llvm-project?rev=188528&view=rev
> Log:
> Calling the base class constructor from the derived class' initializer
> list. This matches DenseMap's behavior, and silences some warnings.
>
>
Your change isn't actually doing anything semantically; what warning is
this?
-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130815/1cdaed68/attachment.html>
More information about the llvm-commits
mailing list