aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-3/+1
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-7/+7
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-33/+41
2019-02-17[clang-tidy][NFCI] DanglingHandleCheck: Remove a superflous IgnoreParenImpCastsBruno Ricci1-3/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-1/+1
2018-01-08[clang-tidy] Fix DanglingHandleCheck for the correct conversion operation bet...Samuel Benzaquen1-2/+6
2017-11-24[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko1-0/+184