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

Jordan Rose jordan_rose at apple.com
Tue Jun 26 08:57:27 PDT 2012


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?



More information about the cfe-commits mailing list