aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/boost/UseRangesCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-06[clang-tidy] Avoid capturing a local variable in a static lambda in UseRanges...Nathan Ridge1-9/+9
2024-07-15[clang-tidy] Allow specifying pipe syntax for use-ranges checks (#98696)Nathan James1-6/+9
2024-07-08[clang-tidy] Add checks to convert std library iterator algorithms into c++20...Nathan James1-0/+371