aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-25[clang-tidy] Warn about misuse of sizeof operator in loops. (#143205)Malavika Samak1-0/+1
2024-10-15[clang-tidy] Make `P +- BS / sizeof(*P)` opt-outable in `bugprone-sizeof-expr...whisperity1-0/+1
2024-09-17[clang-tidy] Extend `bugprone-sizeof-expression` with matching `P +- sizeof(T...Zoltán Porkoláb1-1/+1
2024-06-11[clang-tidy] Improve sizeof(pointer) handling in bugprone-sizeof-expression (...Donát Nagy1-0/+1
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2022-09-22[clang-tidy] Add option WarnOnSizeOfPointerToAggregate.Michael Benfield1-0/+1
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard1-1/+1
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-03[clang-tidy] Check for sizeof that call functionsHaojian Wu1-0/+1
2018-03-15[clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expressionAlexander Kornienko1-0/+40