summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] performance-* checks: Also allow allow member expressions to be ...Shivam Gupta2023-07-241-8/+8
* [clang-tidy] Implement an include-cleaner check.Viktoriia Bakalova2023-06-022-0/+240
* [clang-tidy] Support SystemHeaders in .clang-tidyCarlos Galvez2023-05-071-0/+16
* Change ClangTidy unit tests to run in C++20 mode instead of C++11.Utkarsh Saxena2023-03-021-1/+1
* [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez2023-02-191-5/+20
* Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez2023-01-251-20/+5
* [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez2023-01-231-5/+20
* [test] Split out Annotations from `TestingSupport`Jordan Rupprecht2023-01-122-1/+2
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-101-1/+1
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-074-9/+10
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-074-0/+4
* [clang-tools-extra] llvm::Optional::value => operator*/operator->Fangrui Song2022-12-172-2/+2
* [clang-tidy][NFC] Fix compiler warning in GlobListTest.cppCarlos Galvez2022-12-121-1/+1
* [clang-doc] Add template support.Brett Wilson2022-12-083-42/+153
* Revert "[clang-doc] Add template support."Brett Wilson2022-12-073-153/+42
* [clang-doc] Add template support.Brett Wilson2022-12-073-42/+153
* [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata2022-12-051-1/+2
* [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata2022-12-057-34/+37
* [clang-doc] Fix typedef/using output.Brett Wilson2022-10-251-0/+22
* [clang-doc] Add typedef/using information.Brett Wilson2022-10-148-165/+261
* Revert "[clang-doc] Add typedef/using information."Haowei Wu2022-09-278-261/+165
* [clang-doc] Add typedef/using information.Brett Wilson2022-09-278-165/+261
* [clang-doc] Clean up *Info constructors.Brett Wilson2022-09-277-64/+70
* [clang-doc] Add support for explicitly typed enumsBrett Wilson2022-09-192-7/+44
* [clang-doc] Support default args for functions.Brett Wilson2022-09-162-1/+10
* [clang-doc] Always emit the TagType for RecordInfoBrett Wilson2022-08-122-0/+5
* [clang-doc] Read docstrings for record membersBrett Wilson2022-08-114-7/+82
* [clang][transformer] Finish plumbing `Note` all the way to the output.Clement Courbet2022-08-111-0/+23
* [clang][transformer] Fix crash on replacement-less ASTEdit.Clement Courbet2022-08-101-0/+26
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-271-1/+1
* [clang-tidy] Remove unnecessary code from ReadabilityModuleTestNathan James2022-07-192-34/+0
* Use value instead of getValue (NFC)Kazu Hirata2022-07-152-2/+2
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-141-1/+1
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-151-1/+1
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-131-1/+1
* [clang, clang-tools-extra] Use has_value instead of hasValue (NFC)Kazu Hirata2022-07-123-16/+16
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-131-1/+1
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-263-3/+3
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-255-20/+20
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-255-20/+20
* [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC)Kazu Hirata2022-06-252-3/+3
* [clang-tidy] Remove extra ";" in ModernizeModuleTest.cppMikael Holmen2022-06-021-1/+1
* [clang-tidy] Reject invalid enum initializers in C filesRichard2022-06-011-135/+199
* [clang-tidy] Fix readability-simplify-boolean-expr crash with implicit cast i...Nathan James2022-05-181-0/+12
* [clang-tidy][NFC] Reimplement SimplifyBooleanExpr with RecursiveASTVisitorsNathan James2022-05-161-87/+0
* [clang-tidy] Restore test parameter operator<< function (NFC)Richard2022-05-141-0/+5
* Fix unused function 'operator<<' -Wunused-function warning introduced in D124500Simon Pilgrim2022-05-141-6/+0
* [clang-tidy] Support expressions of literals in modernize-macro-to-enumRichard2022-05-132-0/+216
* [clang-tidy] Make header-guard check a little looser on comment whitespaceSam McCall2022-05-051-0/+8
* [clang-tidy] Escape diagnostic messages before passing to `diag` in Transformer.Yitzhak Mandelbaum2022-05-041-0/+21