CMake/Utilities/ClangTidyModule
2023-11-17 09:58:21 -05:00
..
Tests clang-tidy module: Update to build against LLVM/Clang 17 2023-11-17 09:58:21 -05:00
.gitignore clang-tidy module: copy .gitignore from top level 2023-03-29 16:32:40 -04:00
CMakeLists.txt clang-tidy module: Update to build against LLVM/Clang 16 2023-05-22 17:16:12 -04:00
Module.cxx clang-tidy module: add check for string concatenation 2022-11-28 13:34:04 -05:00
OstringstreamUseCmstrcatCheck.cxx clang-tidy module: add check for ostringstream 2022-11-14 13:51:59 -05:00
OstringstreamUseCmstrcatCheck.h clang-tidy module: add check for ostringstream 2022-11-14 13:51:59 -05:00
StringConcatenationUseCmstrcatCheck.cxx clang-tidy module: fix offset issue with last string concat operand 2022-12-03 13:56:56 -05:00
StringConcatenationUseCmstrcatCheck.h clang-tidy module: add check for string concatenation 2022-11-28 13:34:04 -05:00
UseBespokeEnumClassCheck.cxx clang-tidy module: add check for boolean parameters 2022-11-07 13:15:02 -05:00
UseBespokeEnumClassCheck.h clang-tidy module: add check for boolean parameters 2022-11-07 13:15:02 -05:00
UseCmstrlenCheck.cxx clang-tidy module: look for sizeof string literal in cmStrLen() check 2022-11-18 09:37:58 -05:00
UseCmstrlenCheck.h clang-tidy module: add check for cmStrLen() 2022-10-19 13:51:11 -04:00
UseCmsysFstreamCheck.cxx clang-tidy module: add check for cmsys::fstream 2022-11-04 11:33:23 -04:00
UseCmsysFstreamCheck.h clang-tidy module: add check for cmsys::fstream 2022-11-04 11:33:23 -04:00
UsePragmaOnceCheck.cxx clang-tidy module: Drop unused variable 2023-05-22 17:16:12 -04:00
UsePragmaOnceCheck.h clang-tidy module: Update to build against LLVM/Clang 17 2023-11-17 09:58:21 -05:00