aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
39 hours[clang-tidy][NFC] typo in UseUsingCheckCongcong Cai1-2/+2
2025-07-08[clang-tidy][NFC] Prefer `constexpr llvm::StringLiteral` over `const char *` ...Victor Chernyakin1-1/+2
2024-12-21[clang-tidy] use specified type verbatim in modernize-use-using fix (#113837)Julian Schmidt1-15/+60
2024-03-26[clang-tidy] Improved modernize-use-using by fixing a false-negative (#82947)Félix-Antoine Constantin1-3/+21
2023-12-26[clang-tidy] Fix compilation of modernize-use-using checkPiotr Zegar1-1/+1
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper1-6/+25
2023-12-26Revert "[clang-tidy] Don't replace typedefs in extern c scope (#69102)"Piotr Zegar1-25/+6
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper1-6/+25
2023-10-05[clang-tidy]: Add TagDecl into LastTagDeclRanges in UseUsingCheck only when i...Qizhi Hu1-1/+2
2023-09-07[clang-tidy][modernize-use-using]fix function pointer typedef correctly (#65558)Congcong Cai1-2/+4
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-04-21[clang-tidy] Fix behavior of `modernize-use-using` with nested structs/unionsFabian Wolff1-14/+41
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-6/+6
2020-06-21[clang-tidy] Implement storeOptions for checks missing it.Nathan James1-1/+4
2020-04-27[clang-tidy] modernize-use-using: Fix broken fixit with InjectedClassNameMatthias Gehre1-0/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-2/+0
2020-02-03Allow modernize-use-using to apply to enumerations as well.Karasev Nikita1-10/+14
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-07[clang-tidy] modernize-use-using uses AST and now supports struct defintions ...Mitchell Balan1-84/+65
2019-11-15[clang-tidy] modernize-use-using work with multi-argument templatesMitchell Balan1-11/+31
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-22[clang-tidy] Ignore template instantiations in modernize-use-usingAlexander Kornienko1-1/+2
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-1/+1
2017-05-08clang-tidy: add IgnoreMacros option to modernize-use-default-member-initMiklos Vajna1-1/+1
2017-04-02Fixes for modernize-use-using check:Krystyna Gajczyk1-4/+18
2017-02-01[clang-tidy] Remove debug logging.Alexander Kornienko1-5/+0
2017-01-24[clang-tidy] Avoid incorrect fixes in modernize-use-usingAlexander Kornienko1-21/+38
2017-01-17[clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135)Alexander Kornienko1-33/+26
2016-10-14[clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej1-1/+2
2016-06-25[clang-tidy] Add modernize-use-usingKrystyna Gajczyk1-0/+93