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 af77b1d commit 9d0d24eCopy full SHA for 9d0d24e
clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
@@ -666,6 +666,7 @@ void SimplifyBooleanExprCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) {
666
Options.store(Opts, "ChainedConditionalReturn", ChainedConditionalReturn);
667
Options.store(Opts, "ChainedConditionalAssignment",
668
ChainedConditionalAssignment);
669
+ Options.store(Opts, "SimplifyDeMorgan", SimplifyDeMorgan);
670
}
671
672
void SimplifyBooleanExprCheck::registerMatchers(MatchFinder *Finder) {
0 commit comments