diff options
| -rw-r--r-- | clang/lib/Analysis/GRExprEngine.cpp | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp index 518b57b747f..61277ba5604 100644 --- a/clang/lib/Analysis/GRExprEngine.cpp +++ b/clang/lib/Analysis/GRExprEngine.cpp @@ -2772,15 +2772,6 @@ void GRExprEngine::VisitBinaryOperator(BinaryOperator* B,                                                               RightV, CTy),                                                     state, B->getType(), CTy); -        if (Result.isUndef()) { -          // The operands were not undefined, but the result is undefined. -          if (ExplodedNode* UndefNode = Builder->generateNode(B, state, *I3)) { -            UndefNode->markAsSink(); -            UndefResults.insert(UndefNode); -          } -          continue; -        } -          // EXPERIMENTAL: "Conjured" symbols.          // FIXME: Handle structs.  | 

