commit | e08ce650a2b02410eddd1f60a4aa6b3d4be71e73 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Wed Feb 09 21:07:24 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Wed Feb 09 21:07:24 2011 +0000 |
tree | 75df267fc4c9e58e6d289f048bf7b451de8eee74 | |
parent | 14b6ba77710d6431794d65c7d58c6f29c3dc956e [diff] [blame] |
AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125217 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/ExprEngine.cpp b/lib/StaticAnalyzer/Checkers/ExprEngine.cpp index e01d171..0b202a1 100644 --- a/lib/StaticAnalyzer/Checkers/ExprEngine.cpp +++ b/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
@@ -894,6 +894,7 @@ case Stmt::PredefinedExprClass: case Stmt::ShuffleVectorExprClass: case Stmt::VAArgExprClass: + case Stmt::CUDAKernelCallExprClass: // Fall through. // Cases we intentionally don't evaluate, since they don't need