aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2023-01-25Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez3-53/+10
2023-01-23readability-const-return-type: don't diagnose a template function returning T...Andy Getzendanner1-3/+4
2023-01-23[clang-tidy] Improve rename_check.pyChris Cotter1-7/+6
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez343-2065/+688
2023-01-23[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez3-10/+53
2023-01-18[CMake] Allow setting the location of host tools with LLVM_NATIVE_TOOL_DIRMartin Storsjö1-13/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez369-2161/+743
2023-01-13[clang-tidy][doc] Deprecate the AnalyzeTemporaryDtors optionCarlos Galvez1-1/+1
2023-01-13[clang-tidy] don't warn when returning the result for bugprone-standalone-emptyv1nh1shungry1-0/+6
2023-01-12[clang-tidy][NFC] Make CheckFactories::CreateChecks* constNathan James2-4/+5
2023-01-10[clang-tidy] Match derived types in in modernize-loop-convertChris Cotter1-9/+10
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille7-11/+11
2023-01-08[clang-tidy][NFC] Remove unused User argument in misc-misleading-bidirectiona...Carlos Galvez1-4/+2
2023-01-07[clang-tools-extra] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata13-14/+0
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata85-301/+307
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata84-0/+84
2023-01-05[clang-tidy] Fix minor bug in add_new_check.pyChris Cotter1-2/+1
2023-01-05[clang-tidy] Implement CppCoreGuideline CP.53Chris Cotter4-0/+82
2023-01-04[clang-tidy] Don't emit misc-unused-using-decl warnings for header files.Haojian Wu2-2/+23
2023-01-03[clang-tidy] Fix all broken links in the comment.Haojian Wu15-15/+15
2023-01-02[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-7/+7
2023-01-02[clang-tidy] Support std::string_view in readability-redundant-string-cstrTamas Berghammer1-1/+7
2022-12-23[clang] Migrate away from a deprecated Clang CFG factory functionDmitri Gribenko1-1/+1
2022-12-23[clang-tidy][NFC] Remove custom isInAnonymousNamespace matchersCarlos Galvez2-8/+0
2022-12-21[clang-tidy] Fix crash in bugprone-suspicious-realloc-usage.Balázs Kéri1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer12-22/+22
2022-12-19[clang-tidy][NFC] Replace custom isStatic matcher with the existing isStaticS...Carlos Galvez1-7/+2
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek12-63/+35
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek12-35/+63
2022-12-17[clang-tools-extra] llvm::Optional::value => operator*/operator->Fangrui Song1-1/+1
2022-12-16Correct typos (NFC)Sprite1-2/+2
2022-12-16[clang-tidy] Use Python3 for add_new_check.py and rename_check.pyCarlos Galvez2-2/+2
2022-12-15[clang-tidy] Add configuration option to bugprone-unchecked-optional-access c...Yitzhak Mandelbaum2-7/+16
2022-12-15YAMLParser: llvm::Optional => std::optionalFangrui Song2-3/+2
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-12-14Don't include Optional.hKazu Hirata1-1/+0
2022-12-14[clang-tidy] Use llvm::transformOptional (NFC)Kazu Hirata1-3/+3
2022-12-14[clang] Remove uses of ::testing::Matcher<const Optional<T> &>Fangrui Song30-30/+30
2022-12-12[clang-tidy] Fix a couple additional cases in misc-use-anonymous-namespace onlyCarlos Galvez2-5/+48
2022-12-12[clang-tidy][NFC] Simply match processing in misc-use-anonymous-namespaceCarlos Galvez2-18/+8
2022-12-10[clang-tools-extra] Use std::optional instead of None in comments (NFC)Kazu Hirata4-6/+7
2022-12-10Don't include None.h (NFC)Kazu Hirata2-2/+0
2022-12-09[Clang-Tidy] Empty CheckAbraham Corea Diaz4-0/+249
2022-12-08[clang-tidy] Do not warn about redundant static in misc-use-anonymous-namespaceCarlos Galvez2-21/+13
2022-12-07[clang-tools-extra] Use std::nullopt instead of None in comments (NFC)Kazu Hirata8-26/+26
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek5-28/+24
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek1-3/+12
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata3-4/+4
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0