diff options
Diffstat (limited to 'gnu/llvm/tools/clang/lib/Sema/ScopeInfo.cpp')
| -rw-r--r-- | gnu/llvm/tools/clang/lib/Sema/ScopeInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/llvm/tools/clang/lib/Sema/ScopeInfo.cpp b/gnu/llvm/tools/clang/lib/Sema/ScopeInfo.cpp index 4b2e13e20de..3970b413698 100644 --- a/gnu/llvm/tools/clang/lib/Sema/ScopeInfo.cpp +++ b/gnu/llvm/tools/clang/lib/Sema/ScopeInfo.cpp @@ -29,6 +29,8 @@ void FunctionScopeInfo::Clear() { HasIndirectGoto = false; HasDroppedStmt = false; HasOMPDeclareReductionCombiner = false; + HasFallthroughStmt = false; + HasPotentialAvailabilityViolations = false; ObjCShouldCallSuper = false; ObjCIsDesignatedInit = false; ObjCWarnForNoDesignatedInitChain = false; |
