[cfe-commits] r159189 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/SemaCXX/constant-expression-cxx11.cpp

Richard Smith richard at metafoo.co.uk
Tue Jun 26 13:56:17 PDT 2012


On Tue, Jun 26, 2012 at 8:57 AM, Jordan Rose <jordan_rose at apple.com> wrote:

>
> On Jun 26, 2012, at 1:12 AM, Richard Smith wrote:
>
> > Modified: cfe/trunk/lib/AST/ExprConstant.cpp
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=159189&r1=159188&r2=159189&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/lib/AST/ExprConstant.cpp (original)
> > +++ cfe/trunk/lib/AST/ExprConstant.cpp Tue Jun 26 03:12:11 2012
> > @@ -366,9 +366,6 @@
> > // Note that we intentionally use std::map here so that references
> > // to values are stable.
> > typedef std::map<const OpaqueValueExpr*, APValue> MapTy;
> > -    /// OpaqueValues - Values used as the common expression in a
> > -    /// BinaryConditionalOperator.
> > -    MapTy OpaqueValues;
>
> No need for the typedef anymore either?
>

Thanks, r159224.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120626/dce570f1/attachment.html>


More information about the cfe-commits mailing list