summaryrefslogtreecommitdiffstats
path: root/Utilities/ClangTidyModule/Tests
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy module: Update to build against LLVM/Clang 17Brad King2023-11-177-235/+257
|
* 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
| | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
* clang-tidy module: add tests for cmsys::fstream checkIgor-Mikhail-Valentin Glebov2022-11-044-0/+318
| | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
* Tests: remove stderr from clang-tidy module testsKyle Edwards2022-11-042-18/+12
| | | | | | | The stderr has the potential to count warnings from system header files, which are very platform-specific and not reliable, and they are simply a count of all the warnings that were emitted on stdout, which we already have. Remove stderr and only look at stdout.
* clang-tidy module: add test for cmStrLen() checkSean Orner2022-10-195-0/+98
|
* clang-tidy module: add test frameworkKyle Edwards2022-10-142-0/+78