aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[clang-tidy] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-15/+7
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-5/+5
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-4/+4
2020-11-20[clang-tidy] Include std::basic_string_view in readability-redundant-string-i...Chris Kennelly1-1/+2
2020-05-24Add explicit traversal mode to matchers for implicit constructorsStephen Kelly1-2/+3
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-3/+4
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-2/+0
2020-01-27[clang-tidy] readability-redundant-string-init now flags redundant initialisa...Nathan1-24/+102
2019-11-19[clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan1-6/+7
2019-11-19Revert "[clang-tidy] modernize-use-override new option AllowOverrideAndFinal"Mitchell Balan1-7/+6
2019-11-15[clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan1-9/+34
2019-11-15Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...Mitchell Balan1-34/+9
2019-11-15[clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan1-9/+34
2019-11-15[clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan1-13/+13
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek1-1/+2
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-4/+3
2016-06-21Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen1-9/+9
2016-05-17[clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron1-12/+3
2016-04-07[clang-tidy] Fix FP with readability-redundant-string-init for default argumentsEtienne Bergeron1-1/+2
2016-03-22[clang-tidy] Fix redundant-string-init check with msvc 14 headers.Etienne Bergeron1-15/+32
2016-02-25Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko1-0/+62