summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan2019-11-191-4/+8
* Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"Mitchell Balan2019-11-191-8/+4
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-151-4/+8
* [clang-tidy] add OverrideMacro to modernize-use-override checkPaul Hoad2019-02-281-17/+33
* [clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth2019-02-281-1/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Fix modernize-use-override incorrect replacementAlexander Kornienko2017-07-071-1/+6
* [clang-tidy] Fix handling of methods with try-statement as a body in moderniz...Alexander Kornienko2017-03-011-7/+6
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-1/+1
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* [clang-tidy] fix a couple of modernize-use-override bugsAlexander Kornienko2016-04-041-7/+13
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-1/+1
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-0/+197
OpenPOWER on IntegriCloud