summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/use-override.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-261-226/+0
* clang-tidy: [use-override] Tweak messages.Daniel Jasper2014-07-281-14/+14
* Fixed compilation errors in tests, enforce checking for errors in check_clang...Alexander Kornienko2014-07-121-5/+10
* Modify the tests to use FileCheck -implicit-check-not option being proposed i...Alexander Kornienko2014-07-111-4/+1
* Removed the "-fix" suffix from tests that verify both fixes and messages.Alexander Kornienko2014-07-091-0/+224
* Check messages and fixes in the same test.Alexander Kornienko2014-07-091-31/+0
* clang-tidy: [use-override] Remove 'override' if 'final' is also present.Daniel Jasper2014-06-111-3/+9
* clang-tidy: Make use-override tests stricter.Daniel Jasper2014-06-041-5/+5
* clang-tidy use override: Don't generate incorrect warnings without fixesDaniel Jasper2014-06-041-141/+10
* clang-tidy: Extend the use-override check to understand 'final'.Daniel Jasper2014-06-021-0/+19
* clang-tidy: Only add 'override' before inlined bodies.Daniel Jasper2014-05-231-0/+3
* Initial version of clang-tidy check to use override instead of virual.Daniel Jasper2014-05-161-0/+134
OpenPOWER on IntegriCloud