aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
AgeCommit message (Expand)Author
2019-02-20[clang-tidy] refactor ExceptionAnalyzer further to give ternary answerJonas Toth
2019-01-31[clang-tidy] refactor bugprone-exception-escape analysis into classJonas Toth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-10-13[clang-tidy] Optimize query in bugprone-exception-escapeAdam Balogh
2018-10-04[clang-tidy] fix PR39167, bugprone-exception-escape hangs-upJonas Toth
2018-07-13[clang-tidy] Exception Escape CheckerAdam Balogh