aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/FloatLoopCounter.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-16[clang-tidy] fix false positive that floating point variable only used in inc...Congcong Cai1-3/+19
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-02-19Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f...Aaron Ballman1-0/+35