aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
AgeCommit message (Expand)Author
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath
2016-05-31[ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-08-31Using an early return as it is more clear; NFC.Aaron Ballman
2015-08-28Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman
2015-04-09[clang-tidy] Ignore expressions with incompatible deleters.Samuel Benzaquen
2015-03-09[clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko