me as more consistent and less pejorative.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109588
91177308-0d34-0410-b5e6-
96231b3b80d8
def warn_logical_instead_of_bitwise : Warning<
"use of logical %0 with constant operand; switch to bitwise %1 or "
- "remove constant">, InGroup<DiagGroup<"logical-bitwise-confusion">>;
+ "remove constant">, InGroup<DiagGroup<"constant-logical-operand">>;
def err_sizeof_nonfragile_interface : Error<
"invalid application of '%select{alignof|sizeof}1' to interface %0 in "