aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-02-12[clang-tidy] RedundantControlFlowCheck::issueDiagnostic - use cast<> instead ...Simon Pilgrim1-1/+1
2021-03-28[clang-tidy] Simplify readability checks to not need ignoring* matchersStephen Kelly1-4/+4
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-4/+3
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-1/+1
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-3/+4
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath1-6/+4
2016-09-16[clang-tidy] Bugfix for readability-redundant-control-flow checkKirill Bobyrev1-1/+1
2016-02-01Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman1-0/+99