CMake/Utilities/ClangTidyModule
Kitware Robot 0b96ae1f6a Revise C++ coding style using clang-format with "east const"
Run the `clang-format.bash` script to update all our C and C++ code to a
new style defined by `.clang-format`, now with "east const" enforcement.
Use `clang-format` version 18.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.

Issue: #26123
2025-01-23 13:09:50 -05:00
..
Tests Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
.gitignore clang-tidy module: copy .gitignore from top level 2023-03-29 16:32:40 -04:00
CMakeLists.txt clang-tidy module: Update to build against LLVM/Clang 16 2023-05-22 17:16:12 -04:00
Module.cxx clang-tidy module: add check for string concatenation 2022-11-28 13:34:04 -05:00
OstringstreamUseCmstrcatCheck.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
OstringstreamUseCmstrcatCheck.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
StringConcatenationUseCmstrcatCheck.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
StringConcatenationUseCmstrcatCheck.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UseBespokeEnumClassCheck.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UseBespokeEnumClassCheck.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UseCmstrlenCheck.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UseCmstrlenCheck.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UseCmsysFstreamCheck.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UseCmsysFstreamCheck.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UsePragmaOnceCheck.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
UsePragmaOnceCheck.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00