aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-08-17[clang-tidy] hicpp-signed-bitwise - Return location of the operand (and not o...Vladimir Plyashkun1-7/+7
2020-03-10[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in cl...Nathan James1-5/+2
2019-10-30Add an option to hicpp-signed-bitwise for positive integer literals.Vladimir Plyashkun1-1/+16
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko1-20/+18
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-3/+3
2018-04-11[clang-tidy] add missing assignment operations in hicpp-signed-bitwiseJonas Toth1-9/+9
2017-10-27[clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth1-11/+49
2017-10-03[clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwiseJonas Toth1-1/+3
2017-08-30[clang-tidy] hicpp bitwise operations on signed integersJonas Toth1-0/+56