aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/IntegralLiteralExpressionMatcher.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31[clang-tidy][NFC] Improve compilation time of IntegralLiteralExpressionMatcherPiotr Zegar1-15/+8
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2022-06-01[clang-tidy] Reject invalid enum initializers in C filesRichard1-3/+17
2022-05-13[clang-tidy] Support expressions of literals in modernize-macro-to-enumRichard1-0/+73