summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-01-04 18:46:34 +0000
committerDouglas Gregor <dgregor@apple.com>2011-01-04 18:46:34 +0000
commit35c7e84eb749a66eeea39a2f923e799e8e808250 (patch)
tree627054541acb757ec99ffcafa3b5ca842a11ff0a
parent22c53e277aa4797313b80d6f5d52593466b91769 (diff)
downloadbcm5719-llvm-35c7e84eb749a66eeea39a2f923e799e8e808250.tar.gz
bcm5719-llvm-35c7e84eb749a66eeea39a2f923e799e8e808250.zip
There is nothing interesting to analyze with a sizeof...(pack) expression
llvm-svn: 122818
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
index 9fef6d87bed..3f77244dc4a 100644
--- a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
@@ -835,6 +835,7 @@ void ExprEngine::Visit(const Stmt* S, ExplodedNode* Pred,
case Stmt::CharacterLiteralClass:
case Stmt::CXXBoolLiteralExprClass:
case Stmt::FloatingLiteralClass:
+ case Stmt::SizeOfPackExprClass:
Dst.Add(Pred); // No-op. Simply propagate the current state unchanged.
break;
OpenPOWER on IntegriCloud