summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fixed crash 44745 in readability-else-after-returnNathan James2020-02-031-0/+4
* Handle init statements in readability-else-after-returnNathan James2020-01-021-28/+210
* [clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko2019-01-211-4/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Convert two more files that were using Windows line endings and removeChandler Carruth2019-01-191-58/+58
* [clang-tidy] Resolve readability-else-after-return false positive for constex...Marek Kurdej2018-10-191-57/+58
* [clang-tidy] Ignore ExprWithCleanups when looking for else-after-throwMalcolm Parsons2017-11-281-1/+2
* [clang-tidy] Fixed readability-else-after-return for cascade statementsMalcolm Parsons2016-11-041-1/+1
* [clang-tidy] enhance readability-else-after-returnKirill Bobyrev2016-08-101-7/+16
* [clang-tidy] Refactoring of FixHintUtilsEtienne Bergeron2016-05-111-6/+4
* clang-tidy: [readability-else-after-return] Fix false positive. ThisDaniel Jasper2015-04-271-3/+5
* [clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...Alexander Kornienko2015-03-021-1/+2
* clang-tidy: Add initial check for "Don't use else after return".Daniel Jasper2015-01-141-0/+46
OpenPOWER on IntegriCloud