summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross2019-05-021-13/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-getMiklos Vajna2018-10-211-0/+8
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] Expand readability-redundant-smartptr-get to understand implicit...Samuel Benzaquen2018-01-151-5/+14
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-2/+2
* [clang-tidy] make readability-redundant-smartptr-get report get() usage in co...Kirill Bobyrev2016-09-261-11/+18
* Revert r282382; it had no reference to Revision.Kirill Bobyrev2016-09-261-18/+11
* [clang-tidy] make readability-redundant-smartptr-get report get() usage in co...Kirill Bobyrev2016-09-261-11/+18
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+1
* [clang-tidy] Match the type against the get() method we are calling,Samuel Benzaquen2016-02-171-5/+5
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-081-1/+1
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-14/+17
* Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman2015-09-021-0/+5
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-091-0/+123
OpenPOWER on IntegriCloud