summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-3/+4
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-6/+4
* [clang-tidy] Bugfix for readability-redundant-control-flow checkKirill Bobyrev2016-09-161-1/+1
* Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman2016-02-011-0/+99
OpenPOWER on IntegriCloud