aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-2/+2
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-3/+2
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko1-5/+4
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-4/+4
2018-03-21[Fix] fix type deduction on ARM and MSVCJonas Toth1-1/+1
2018-03-21[clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking testJonas Toth1-0/+181
2017-11-20[clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth1-179/+0
2017-11-18[clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth1-0/+179