summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-08-01 10:26:04 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-08-01 10:26:04 +0000
commit3c6cb4059818a7dea614e51b7d477f23b7b061b4 (patch)
tree62a71743f1ebab1e267952adfee00ed55dda931d /clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
parentdad919d357a21ae4bf4cab0ed31203315363bb79 (diff)
downloadbcm5719-llvm-3c6cb4059818a7dea614e51b7d477f23b7b061b4.tar.gz
bcm5719-llvm-3c6cb4059818a7dea614e51b7d477f23b7b061b4.zip
Replace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH to silence warning. NFCI.
llvm-svn: 338508
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
index 30d1e2413dc..107b9581933 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
@@ -253,7 +253,7 @@ std::pair<ProgramStateRef, SVal> ExprEngine::prepareForObjectConstruction(
State = PreElideState;
CallOpts = PreElideCallOpts;
}
- // FALL-THROUGH
+ LLVM_FALLTHROUGH
}
case ConstructionContext::SimpleTemporaryObjectKind: {
const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
OpenPOWER on IntegriCloud