aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet1-106/+168
2023-12-14Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov6-20/+20
2023-10-05[clang-tidy][IncludeCleaner] Fix analysis supression in presence of verbatim ...kadir çetinkaya1-3/+13
2023-09-11[include-cleaner] Always keep non-self-contained files (#65499)kadir çetinkaya1-7/+9
2023-09-06[clang-tidy][misc-include-cleaner]Avoid to insert same include header multipl...Congcong Cai1-0/+32
2023-08-08[clang-tidy][include-cleaner] Add option to control deduplication of findings...Kadir Cetinkaya1-0/+46
2023-07-31Outputs parameter comments using clang-doc and markdown generatorArnaud Botella1-2/+2
2023-07-26[clang-tidy] Remove AnalyzeTemporaryDestructors configuration optionCarlos Galvez1-3/+0
2023-07-24[clang-tidy] performance-* checks: Also allow allow member expressions to be ...Shivam Gupta1-8/+8
2023-06-02[clang-tidy] Implement an include-cleaner check.Viktoriia Bakalova2-0/+240
2023-05-07[clang-tidy] Support SystemHeaders in .clang-tidyCarlos Galvez1-0/+16
2023-03-02Change ClangTidy unit tests to run in C++20 mode instead of C++11.Utkarsh Saxena1-1/+1
2023-02-19[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez1-5/+20
2023-01-25Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez1-20/+5
2023-01-23[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez1-5/+20
2023-01-12[test] Split out Annotations from `TestingSupport`Jordan Rupprecht2-1/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata4-9/+10
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata4-0/+4
2022-12-17[clang-tools-extra] llvm::Optional::value => operator*/operator->Fangrui Song2-2/+2
2022-12-12[clang-tidy][NFC] Fix compiler warning in GlobListTest.cppCarlos Galvez1-1/+1
2022-12-08[clang-doc] Add template support.Brett Wilson3-42/+153
2022-12-07Revert "[clang-doc] Add template support."Brett Wilson3-153/+42
2022-12-07[clang-doc] Add template support.Brett Wilson3-42/+153
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-1/+2
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata7-34/+37
2022-10-25[clang-doc] Fix typedef/using output.Brett Wilson1-0/+22
2022-10-14[clang-doc] Add typedef/using information.Brett Wilson8-165/+261
2022-09-27Revert "[clang-doc] Add typedef/using information."Haowei Wu8-261/+165
2022-09-27[clang-doc] Add typedef/using information.Brett Wilson8-165/+261
2022-09-27[clang-doc] Clean up *Info constructors.Brett Wilson7-64/+70
2022-09-19[clang-doc] Add support for explicitly typed enumsBrett Wilson2-7/+44
2022-09-16[clang-doc] Support default args for functions.Brett Wilson2-1/+10
2022-08-12[clang-doc] Always emit the TagType for RecordInfoBrett Wilson2-0/+5
2022-08-11[clang-doc] Read docstrings for record membersBrett Wilson4-7/+82
2022-08-11[clang][transformer] Finish plumbing `Note` all the way to the output.Clement Courbet1-0/+23
2022-08-10[clang][transformer] Fix crash on replacement-less ASTEdit.Clement Courbet1-0/+26
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-19[clang-tidy] Remove unnecessary code from ReadabilityModuleTestNathan James2-34/+0
2022-07-15Use value instead of getValue (NFC)Kazu Hirata2-2/+2
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-12[clang, clang-tools-extra] Use has_value instead of hasValue (NFC)Kazu Hirata3-16/+16
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-06-26Don't use Optional::hasValue (NFC)Kazu Hirata3-3/+3
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata5-20/+20
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata5-20/+20
2022-06-25[clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC)Kazu Hirata2-3/+3