[clang] [clang] Emit bad shift warnings (PR #70307)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 08:48:15 PDT 2024
================
@@ -11428,7 +11428,7 @@ static bool isScopedEnumerationType(QualType T) {
return false;
}
-static void DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS,
+static void DiagnoseBadShiftValues(Sema &S, ExprResult &LHS, ExprResult &RHS,
----------------
AaronBallman wrote:
```suggestion
static void DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS,
```
Backing out an unrelated formatting change.
https://github.com/llvm/llvm-project/pull/70307
More information about the cfe-commits
mailing list