aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
AgeCommit message (Expand)Author
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-02-20[clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath