summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/readability-else-after-return.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-119/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko2019-01-211-0/+12
* [clang-tidy] Ignore ExprWithCleanups when looking for else-after-throwMalcolm Parsons2017-11-281-0/+18
* [clang-tidy] Fixed readability-else-after-return for cascade statementsMalcolm Parsons2016-11-041-8/+36
* [clang-tidy] fix readability-else-after-return testKirill Bobyrev2016-08-111-1/+1
* [clang-tidy] enhance readability-else-after-returnKirill Bobyrev2016-08-101-7/+34
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* clang-tidy: [readability-else-after-return] Fix false positive. ThisDaniel Jasper2015-04-271-0/+7
* clang-tidy: Add initial check for "Don't use else after return".Daniel Jasper2015-01-141-0/+28
OpenPOWER on IntegriCloud