We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8581eb8 commit 2f07835Copy full SHA for 2f07835
clang-tools-extra/clang-tidy/cheri/CheriUtil.h
@@ -620,8 +620,8 @@ class Util {
620
auto Crhs = Binop->getRHS()->getIntegerConstantExpr(*Ctx);
621
622
switch (Binop->getOpcode()) {
623
- case BO_And: {
624
- case BO_Rem:
+ case BO_And:
+ case BO_Rem: {
625
/*
626
* If either side of and "and" or "remainder" expression
627
* is a positive constant this is ok.
0 commit comments