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

Enhance -Wunreachable-code to not consider the 'default:' branch of a switch...

Enhance -Wunreachable-code to not consider the 'default:' branch of a switch statement live if a switch on an enum value has
explicit 'case:' statements for each enum value.

llvm-svn: 113451
parent 50205744
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