summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-14/+12
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath2018-02-201-0/+104
OpenPOWER on IntegriCloud