Remove unnecessary default cases in switches over enums.
This allows -Wswitch-enum to find switches that need updating when these enums are modified. llvm-svn: 148281
Loading
Please register or sign in to comment
This allows -Wswitch-enum to find switches that need updating when these enums are modified. llvm-svn: 148281