aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-28[clang-tidy] improve messages when auto-fix does not work (#96917)Congcong Cai1-1/+1
2024-05-11[clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression exp...Congcong Cai1-0/+2
2024-01-14[clang-tidy] Add option to ignore macros in `readability-simplify-boolean-exp...Danny Mösch1-0/+1
2023-08-27[clang-tidy][NFC] Fix readability-inconsistent-declaration-parameter-name fin...Piotr Zegar1-2/+2
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2022-12-14[clang] Remove uses of ::testing::Matcher<const Optional<T> &>Fangrui Song1-1/+1
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard1-1/+1
2022-05-25[clang-tidy] Extend SimplifyBooleanExpr demorgan support.Nathan James1-0/+1
2022-05-22[clang-tidy] add support for Demorgan conversions to readability-simplify-boo...Nathan James1-0/+5
2022-05-18[clang-tidy] Fix readability-simplify-boolean-expr crash with implicit cast i...Nathan James1-1/+2
2022-05-16[clang-tidy][NFC] Reimplement SimplifyBooleanExpr with RecursiveASTVisitorsNathan James1-60/+19
2022-01-28[clang-tidy] Recognize labelled statements when simplifying boolean exprsRichard1-7/+28
2021-02-27[clang-tidy] Simplify boolean expr checkStephen Kelly1-0/+3
2020-08-22[clang-tidy] readability-simplify-boolean-expr detects negated literalsNathan James1-2/+2
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-20[clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko1-1/+0
2018-11-15[clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall1-0/+1
2017-05-15[clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAVAlexander Kornienko1-15/+3
2016-02-12Reapply r260096.Aaron Ballman1-69/+2
2016-02-08Reverting r260096; it causes build bot failures:Aaron Ballman1-2/+69
2016-02-08Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman1-69/+2
2015-12-28[clang-tidy] Preserve comments and preprocessor directives when simplifying b...Alexander Kornienko1-0/+4
2015-08-27[clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko1-47/+54
2015-07-01[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...Alexander Kornienko1-2/+46
2015-05-17[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko1-5/+18
2015-04-10[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko1-0/+101