Skip to content
Commit 8db54ff1 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default

case in GRExprEngine::Visit (in r101129).  Instead, enumerate all Stmt cases and have
no 'default' case in the switch statement.  When we encounter a Stmt we don't handle,
we should explicitly add it to the switch statement.

llvm-svn: 101378
parent 2085719a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment