Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy module: Update to build against LLVM/Clang 17 | Brad King | 2023-11-17 | 7 | -235/+257 |
| | |||||
* | clang-tidy module: fix offset issue with last string concat operand | Kyle Edwards | 2022-12-03 | 3 | -41/+60 |
| | |||||
* | clang-tidy module: add tests for string concatenation check | Sean Orner | 2022-11-28 | 4 | -0/+186 |
| | |||||
* | clang-tidy module: look for sizeof string literal in cmStrLen() check | Kyle Edwards | 2022-11-18 | 3 | -0/+42 |
| | |||||
* | clang-tidy module: add test for #pragma once check | Sean Orner | 2022-11-17 | 10 | -0/+79 |
| | |||||
* | clang-tidy module: allow header files in test cases | Kyle Edwards | 2022-11-17 | 1 | -12/+42 |
| | |||||
* | clang-tidy module: add test for ostringstream check | Sean Orner | 2022-11-14 | 3 | -0/+17 |
| | |||||
* | clang-tidy module: add check for boolean parameters | Sean Orner | 2022-11-07 | 3 | -0/+82 |
| | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
* | clang-tidy module: add tests for cmsys::fstream check | Igor-Mikhail-Valentin Glebov | 2022-11-04 | 4 | -0/+318 |
| | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
* | Tests: remove stderr from clang-tidy module tests | Kyle Edwards | 2022-11-04 | 2 | -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() check | Sean Orner | 2022-10-19 | 5 | -0/+98 |
| | |||||
* | clang-tidy module: add test framework | Kyle Edwards | 2022-10-14 | 2 | -0/+78 |