This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-02-26 18:58:34 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1cc25f22ff5093d0e87899b75bd158b30717ad97
CMake
/
Utilities
/
ClangTidyModule
History
Brad King
fad150d314
clang-tidy module: Update to build against LLVM/Clang 16
2023-05-22 17:16:12 -04:00
..
Tests
clang-tidy module: fix offset issue with last string concat operand
2022-12-03 13:56:56 -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
…
OstringstreamUseCmstrcatCheck.h
…
StringConcatenationUseCmstrcatCheck.cxx
clang-tidy module: fix offset issue with last string concat operand
2022-12-03 13:56:56 -05:00
StringConcatenationUseCmstrcatCheck.h
clang-tidy module: add check for string concatenation
2022-11-28 13:34:04 -05:00
UseBespokeEnumClassCheck.cxx
…
UseBespokeEnumClassCheck.h
…
UseCmstrlenCheck.cxx
clang-tidy module: look for sizeof string literal in cmStrLen() check
2022-11-18 09:37:58 -05:00
UseCmstrlenCheck.h
…
UseCmsysFstreamCheck.cxx
…
UseCmsysFstreamCheck.h
…
UsePragmaOnceCheck.cxx
clang-tidy module: Drop unused variable
2023-05-22 17:16:12 -04:00
UsePragmaOnceCheck.h
…