diff options
Diffstat (limited to 'clang/lib/AST')
| -rw-r--r-- | clang/lib/AST/ExprConstant.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp index 94b6e082d81..32cb42ea4e0 100644 --- a/clang/lib/AST/ExprConstant.cpp +++ b/clang/lib/AST/ExprConstant.cpp @@ -977,7 +977,7 @@ namespace {    /// RAII object used to optionally suppress diagnostics and side-effects from    /// a speculative evaluation.    class SpeculativeEvaluationRAII { -    EvalInfo *Info; +    EvalInfo *Info = nullptr;      Expr::EvalStatus OldStatus;      bool OldIsSpeculativelyEvaluating; | 

