aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/misc/RedundantExpressionCheck.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-02-02[clang-tidy] Widen anonymous namespace.Benjamin Kramer
2018-02-02[clang-tidy] Remove global constructor. No functionality change intended.Benjamin Kramer
2018-02-02[clang-tidy] Don't reinvent the wheel, use existing log2 functions.Benjamin Kramer
2018-02-01[clang-tidy] misc-redundant-expression: fix a crash under ubsanAlexander Kornienko
2017-12-20[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath
2017-11-27[clang-tidy] Misc redundant expressions check updated for overloaded operatorsGabor Horvath
2017-11-07[clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath
2017-03-23[clang-tidy] Catch trivially true statements like a != 1 || a != 3Alexander Kornienko
2016-11-01[Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PV...Eugene Zelenko
2016-07-07[clang-tidy] Enhance redundant-expression checkEtienne Bergeron
2016-05-12[clang-tidy] Improve misc-redundant-expression and decrease false-positiveEtienne Bergeron
2016-04-26[clang-tidy] New checker for redundant expressions.Etienne Bergeron