summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/DanglingHandleCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko2017-11-241-184/+0
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-13/+20
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-1/+3
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-5/+5
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-9/+12
* [clang-tidy] Lift parsing of sequence of names functions to utils.Etienne Bergeron2016-05-101-17/+3
* [clang-tidy] Adjust dangling references check to ASTMatcher changes.Gabor Horvath2016-03-301-9/+10
* [clang-tidy] Add check to detect dangling references in value handlers.Samuel Benzaquen2016-03-291-0/+185
OpenPOWER on IntegriCloud