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
Loading
Please register or sign in to comment