aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-1/+1
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-6/+7
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-7/+6
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-6/+7
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-7/+6
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-6/+7
2020-01-22Extend misc-misplaced-const to detect using declarations as well as typedefAlexander Lanin1-11/+27
2020-01-22Revert "Extend misc-misplaced-const to detect using declarations as well as t...Aaron Ballman1-27/+11
2020-01-22Extend misc-misplaced-const to detect using declarations as well as typedefAlexander Lanin1-11/+27
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-06-07Add the misc-misplaced-const check to clang-tidy, which diagnoses when a cons...Aaron Ballman1-0/+63