Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy module: Update to build against LLVM/Clang 16 | Brad King | 2023-05-22 | 1 | -3/+7 |
| | |||||
* | clang-tidy module: Drop unused variable | Brad King | 2023-05-22 | 1 | -2/+0 |
| | |||||
* | clang-tidy module: copy .gitignore from top level | Kyle Edwards | 2023-03-29 | 1 | -0/+8 |
| | | | | | | Since 8b094845, .gitignore entries have been pinned to the top-level .gitignore file. Copy these entries into a .gitignore for the clang-tidy module. | ||||
* | clang-tidy module: fix offset issue with last string concat operand | Kyle Edwards | 2022-12-03 | 4 | -42/+62 |
| | |||||
* | clang-tidy module: add tests for string concatenation check | Sean Orner | 2022-11-28 | 4 | -0/+186 |
| | |||||
* | clang-tidy module: add check for string concatenation | Joe Blaauboer | 2022-11-28 | 4 | -0/+218 |
| | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
* | clang-tidy module: look for sizeof string literal in cmStrLen() check | Kyle Edwards | 2022-11-18 | 4 | -4/+90 |
| | |||||
* | clang-tidy module: add test for #pragma once check | Sean Orner | 2022-11-17 | 10 | -0/+79 |
| | |||||
* | clang-tidy module: add #pragma once check | Igor-Mikhail-Valentin Glebov | 2022-11-17 | 4 | -0/+389 |
| | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
* | 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 ostringstream | Joe Blaauboer | 2022-11-14 | 4 | -0/+78 |
| | |||||
* | clang-tidy module: add check for boolean parameters | Sean Orner | 2022-11-07 | 7 | -0/+143 |
| | | | | 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> | ||||
* | clang-tidy module: add check for cmsys::fstream | Joe Blaauboer | 2022-11-04 | 4 | -0/+130 |
| | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> Co-Authored-by: Igor-Mikhail-Valentin Glebov <iglebov@albany.edu> | ||||
* | 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 check for cmStrLen() | Kyle Edwards | 2022-10-19 | 4 | -1/+61 |
| | | | | Co-Authored-by: Joe Blaauboer <jblaauboer67@gmail.com> | ||||
* | clang-tidy module: add test framework | Kyle Edwards | 2022-10-14 | 3 | -0/+87 |
| | |||||
* | clang-tidy module: Add stub module | Kyle Edwards | 2022-10-12 | 2 | -0/+37 |
Issue: #23912 |