Properly consider the range of enum for range comparisons in C mode
In some cases, clang applies the C++ rules for computing the range of a value when said value is an enum. Instead, apply C semantics when in C mode. llvm-svn: 183084
Loading
Please register or sign in to comment