diff options
Diffstat (limited to 'lib/Sema/ScopeInfo.cpp')
| -rw-r--r-- | lib/Sema/ScopeInfo.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/Sema/ScopeInfo.cpp b/lib/Sema/ScopeInfo.cpp index 63ef3b2355fb..f80eadf18d56 100644 --- a/lib/Sema/ScopeInfo.cpp +++ b/lib/Sema/ScopeInfo.cpp @@ -33,6 +33,8 @@ void FunctionScopeInfo::Clear() {    ObjCWarnForNoDesignatedInitChain = false;    ObjCIsSecondaryInit = false;    ObjCWarnForNoInitDelegation = false; +  FirstCXXTryLoc = SourceLocation(); +  FirstSEHTryLoc = SourceLocation();    SwitchStack.clear();    Returns.clear(); | 
