If a switch condition is constant, don't warn about missing enum cases.
If a switch condition is constant, warn if there's no case for it. Constant switch conditions do come up in reasonable template code. llvm-svn: 104010
Loading
Please register or sign in to comment