summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UnusedRAIICheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl...Alexander Kornienko2018-03-151-94/+0
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-3/+3
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-6/+9
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-3/+3
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-3/+3
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-14/+15
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-11/+16
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-171-2/+2
* [clang-tidy] Treat all types with non-trivial destructors as RAII.Alexander Kornienko2015-05-121-3/+3
* [clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko2015-03-091-0/+85
OpenPOWER on IntegriCloud