From 35c7e84eb749a66eeea39a2f923e799e8e808250 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 4 Jan 2011 18:46:34 +0000 Subject: There is nothing interesting to analyze with a sizeof...(pack) expression llvm-svn: 122818 --- clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp') 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; -- cgit v1.2.3