aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseOverrideCheck.cpp
AgeCommit message (Expand)Author
2017-07-07[clang-tidy] Fix modernize-use-override incorrect replacementAlexander Kornienko
2017-03-01[clang-tidy] Fix handling of methods with try-statement as a body in moderniz...Alexander Kornienko
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-12-13Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath
2016-04-04[clang-tidy] fix a couple of modernize-use-override bugsAlexander Kornienko
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-08-31[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko