aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-09[clang-tidy][NFC] run clang-format over clang-tidy checks and tool code. (#14...Baranov Victor1-4/+4
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-08-27[clang-tidy][NFC] Fix modernize-use-auto findingsPiotr Zegar1-1/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-3/+0
2020-02-06PR44684: Look through parens and similar constructs when determiningRichard Smith1-3/+6
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-14/+12
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-3/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-3/+3
2018-02-20[clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath1-0/+104