aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-14[clangd] Clean formatting modernize-use-override (#81435)Kevin Joseph1-3/+9
2023-08-27[clang-tidy][NFC] Fix modernize-return-braced-init-list findingsPiotr Zegar1-2/+1
2023-04-15[clang-tidy] Exclude template instantiations in modernize-use-overridePiotr Zegar1-6/+17
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-4/+4
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-1/+1
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-6/+6
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-4/+0
2019-11-19[clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan1-4/+8
2019-11-19Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"Mitchell Balan1-8/+4
2019-11-15[clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan1-4/+8
2019-02-28[clang-tidy] add OverrideMacro to modernize-use-override checkPaul Hoad1-17/+33
2019-02-28[clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth1-1/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-07[clang-tidy] Fix modernize-use-override incorrect replacementAlexander Kornienko1-1/+6
2017-03-01[clang-tidy] Fix handling of methods with try-statement as a body in moderniz...Alexander Kornienko1-7/+6
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-1/+1
2016-12-13Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko1-1/+1
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath1-1/+1
2016-04-04[clang-tidy] fix a couple of modernize-use-override bugsAlexander Kornienko1-7/+13
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman1-1/+1
2015-08-31[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko1-0/+197