aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/StrToNumCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-1/+1
2023-05-06[clang-tidy] Modernize Handler (NFC)Kazu Hirata1-2/+2
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-11/+11
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-02Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover1-1/+1
2018-11-02Fix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSERTIONS=Off buildsFangrui Song1-2/+2
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-1/+1
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath1-1/+1
2016-08-01[clang-tidy] remove trailing whitespaces and retabKirill Bobyrev1-1/+1
2016-04-29Add a clang-tidy check that flags string-to-number conversion functions that ...Aaron Ballman1-0/+235