summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/redundant-smartptr-get.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-261-129/+0
* Fixed compilation errors in tests, enforce checking for errors in check_clang...Alexander Kornienko2014-07-121-2/+4
* Modify the tests to use FileCheck -implicit-check-not option being proposed i...Alexander Kornienko2014-07-111-4/+0
* Removed the "-fix" suffix from tests that verify both fixes and messages.Alexander Kornienko2014-07-091-0/+131
* Check messages and fixes in the same test.Alexander Kornienko2014-07-091-107/+0
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-021-2/+3
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-071-1/+1
* Do not touch get() calls on 'this' object.Samuel Benzaquen2014-04-291-0/+10
* test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.NAKAMURA Takumi2014-04-101-0/+1
* Inject unique_ptr/shared_ptr into the test instead of using <memory>Samuel Benzaquen2014-04-091-1/+17
* Extend the check to detect patterns like 'ptr.get() == nullptr'Samuel Benzaquen2014-04-091-16/+15
* Add clang-tidy check to remove redundant .get() calls on smart pointers.Samuel Benzaquen2014-03-271-0/+80
OpenPOWER on IntegriCloud