summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Handle member variables in readability-simplify-boolean-exprJonas Toth2019-05-161-18/+17
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix warning about unused variable [NFC]Bjorn Pettersson2018-12-211-1/+1
* [clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko2018-12-201-17/+5
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-5/+5
* [clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall2018-11-151-3/+13
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-11/+11
* [clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis2018-05-221-0/+3
* [clang-tidy] make readability-simplify-bool-expr completely ignore macrosAlexander Kornienko2017-11-291-4/+1
* [clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAVAlexander Kornienko2017-05-151-105/+98
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-3/+3
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-1/+2
* Reapply r260096.Aaron Ballman2016-02-121-93/+138
* Reverting r260096; it causes build bot failures:Aaron Ballman2016-02-081-136/+93
* Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman2016-02-081-93/+136
* [clang-tidy] Fix a use-after-free bug found by asanAlexander Kornienko2015-12-291-2/+3
* [clang-tidy] Preserve comments and preprocessor directives when simplifying b...Alexander Kornienko2015-12-281-39/+68
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-22/+25
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...Alexander Kornienko2015-07-011-27/+230
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko2015-05-171-11/+37
* [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko2015-04-101-0/+375
OpenPOWER on IntegriCloud