summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko2018-12-201-1/+0
* [clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall2018-11-151-0/+1
* [clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAVAlexander Kornienko2017-05-151-15/+3
* Reapply r260096.Aaron Ballman2016-02-121-69/+2
* Reverting r260096; it causes build bot failures:Aaron Ballman2016-02-081-2/+69
* Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman2016-02-081-69/+2
* [clang-tidy] Preserve comments and preprocessor directives when simplifying b...Alexander Kornienko2015-12-281-0/+4
* [clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko2015-08-271-47/+54
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...Alexander Kornienko2015-07-011-2/+46
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko2015-05-171-5/+18
* [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko2015-04-101-0/+101
OpenPOWER on IntegriCloud