summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UnusedRAII.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko2015-03-091-85/+0
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.Benjamin Kramer2014-09-031-8/+5
* [clang-tidy] Fix a heap use-after-free bug detected by asan.Benjamin Kramer2014-07-241-4/+4
* Add the fix that should've accompanied r213738.Benjamin Kramer2014-07-231-3/+6
* Reapply r213647 with a fix.Benjamin Kramer2014-07-231-0/+83
* Revert r213647; the added test triggers an assertion.Richard Smith2014-07-231-83/+0
* [clang-tidy] Add a check for RAII temporaries.Benjamin Kramer2014-07-221-0/+83
OpenPOWER on IntegriCloud