summaryrefslogtreecommitdiff
path: root/Utilities/ClangTidyModule/Tests
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy module: fix offset issue with last string concat operandKyle Edwards2022-12-033-41/+60
* clang-tidy module: add tests for string concatenation checkSean Orner2022-11-284-0/+186
* clang-tidy module: look for sizeof string literal in cmStrLen() checkKyle Edwards2022-11-183-0/+42
* clang-tidy module: add test for #pragma once checkSean Orner2022-11-1710-0/+79
* clang-tidy module: allow header files in test casesKyle Edwards2022-11-171-12/+42
* clang-tidy module: add test for ostringstream checkSean Orner2022-11-143-0/+17
* clang-tidy module: add check for boolean parametersSean Orner2022-11-073-0/+82
* clang-tidy module: add tests for cmsys::fstream checkIgor-Mikhail-Valentin Glebov2022-11-044-0/+318
* Tests: remove stderr from clang-tidy module testsKyle Edwards2022-11-042-18/+12
* clang-tidy module: add test for cmStrLen() checkSean Orner2022-10-195-0/+98
* clang-tidy module: add test frameworkKyle Edwards2022-10-142-0/+78