diff options
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/SemaExpr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp index 2986cc366a8..6ce98cd28f7 100644 --- a/clang/lib/Sema/SemaExpr.cpp +++ b/clang/lib/Sema/SemaExpr.cpp @@ -4734,7 +4734,7 @@ Sema::OwningExprResult Sema::ActOnBuiltinOffsetOf(Scope *S,        << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);    if (!Dependent) { -    bool DidWarnAboutNonPOD; +    bool DidWarnAboutNonPOD = false;      // FIXME: Dependent case loses a lot of information here. And probably      // leaks like a sieve.  | 

