summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a false positive in misc-redundant-expression checkAaron Ballman2019-10-301-7/+60
* clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-1/+1
* Fixed a crash in misc-redundant-expression ClangTidy checkerDmitri Gribenko2019-06-121-10/+16
* [clang-tidy] Another attempt to fix misc-redundant-expression check.Haojian Wu2019-06-061-5/+6
* [clang-tidy] Fix an assertion failure in misc-redundant-expression.Haojian Wu2019-06-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Widen anonymous namespace.Benjamin Kramer2018-02-021-2/+1
* [clang-tidy] Remove global constructor. No functionality change intended.Benjamin Kramer2018-02-021-4/+8
* [clang-tidy] Don't reinvent the wheel, use existing log2 functions.Benjamin Kramer2018-02-021-8/+1
* [clang-tidy] misc-redundant-expression: fix a crash under ubsanAlexander Kornienko2018-02-011-3/+9
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-201-2/+126
* [clang-tidy] Misc redundant expressions check updated for overloaded operatorsGabor Horvath2017-11-271-17/+88
* [clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath2017-11-071-74/+213
* [clang-tidy] Catch trivially true statements like a != 1 || a != 3Alexander Kornienko2017-03-231-0/+5
* [Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PV...Eugene Zelenko2016-11-011-2/+15
* [clang-tidy] Enhance redundant-expression checkEtienne Bergeron2016-07-071-0/+511
* [clang-tidy] Improve misc-redundant-expression and decrease false-positiveEtienne Bergeron2016-05-121-13/+96
* [clang-tidy] New checker for redundant expressions.Etienne Bergeron2016-04-261-0/+133
OpenPOWER on IntegriCloud