summaryrefslogtreecommitdiffstats
path: root/Utilities/ClangTidyModule/Module.cxx
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
| | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ```
* clang-tidy module: add check for string concatenationJoe Blaauboer2022-11-281-0/+3
| | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
* clang-tidy module: add #pragma once checkIgor-Mikhail-Valentin Glebov2022-11-171-0/+2
| | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
* clang-tidy module: add check for ostringstreamJoe Blaauboer2022-11-141-0/+3
|
* clang-tidy module: add check for boolean parametersSean Orner2022-11-071-0/+3
| | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
* clang-tidy module: add check for cmsys::fstreamJoe Blaauboer2022-11-041-0/+3
| | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> Co-Authored-by: Igor-Mikhail-Valentin Glebov <iglebov@albany.edu>
* clang-tidy module: add check for cmStrLen()Kyle Edwards2022-10-191-1/+3
| | | | Co-Authored-by: Joe Blaauboer <jblaauboer67@gmail.com>
* clang-tidy module: Add stub moduleKyle Edwards2022-10-121-0/+22
Issue: #23912