aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/CheckExprLifetime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/CheckExprLifetime.cpp')
-rw-r--r--clang/lib/Sema/CheckExprLifetime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/CheckExprLifetime.cpp b/clang/lib/Sema/CheckExprLifetime.cpp
index 8aebf53..db14349 100644
--- a/clang/lib/Sema/CheckExprLifetime.cpp
+++ b/clang/lib/Sema/CheckExprLifetime.cpp
@@ -1265,7 +1265,7 @@ checkExprLifetimeImpl(Sema &SemaRef, const InitializedEntity *InitEntity,
return true;
case NotGSLPointer:
IsGslPtrValueFromGslTempOwner = false;
- LLVM_FALLTHROUGH;
+ [[fallthrough]];
case Report:
break;
}