summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-753/+0
* Attempt to fix a few clang-tidy tests on Windows, see PR43593.Nico Weber2019-10-071-1/+1
* Fixed a crash in misc-redundant-expression ClangTidy checkerDmitri Gribenko2019-06-121-1/+15
* [clang-tidy] Fix an assertion failure in misc-redundant-expression.Haojian Wu2019-06-061-0/+12
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] misc-redundant-expression: fix a crash under ubsanAlexander Kornienko2018-02-011-2/+7
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-201-0/+58
* [clang-tidy] Misc redundant expressions check updated for overloaded operatorsGabor Horvath2017-11-271-5/+80
* [clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath2017-11-071-54/+154
* [clang-tidy] Catch trivially true statements like a != 1 || a != 3Alexander Kornienko2017-03-231-0/+4
* Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko2016-12-131-13/+13
* [clang-tidy] Enhance redundant-expression checkEtienne Bergeron2016-07-071-3/+326
* [clang-tidy] Improve misc-redundant-expression and decrease false-positiveEtienne Bergeron2016-05-121-4/+46
* [clang-tidy] New checker for redundant expressions.Etienne Bergeron2016-04-261-0/+120
OpenPOWER on IntegriCloud