aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-04[clang-tidy] fix false negatives with type aliases in `cppcoreguidlines-pro-b...Baranov Victor1-6/+7
2025-07-02[clang-tidy] Fix false positive for cppcoreguidelines-pro-bounds-pointer-arit...flovent1-1/+2
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2021-11-15[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-3/+5
2021-11-15Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov1-5/+3
2021-11-13[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-3/+5
2021-11-12Revert "[clang] retain type sugar in auto / template argument deduction"Adrian Kuegel1-5/+3
2021-11-12[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-3/+5
2020-03-10[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in cl...Nathan James1-5/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-23[clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth1-2/+6
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-2/+2
2016-05-02[clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron1-0/+2
2015-11-26[clang-tidy] cppcoreguidelines-pro-bounds-pointer-arithmetic: ignore generate...Matthias Gehre1-5/+9
2015-10-12[clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmeticMatthias Gehre1-0/+53