[clang-tidy] Move formatDereference to FixitHintUtils
[platform/upstream/llvm.git] / clang-tools-extra / unittests /
2023-06-02 Viktoriia Bakalova[clang-tidy] Implement an include-cleaner check.
2023-05-07 Carlos Galvez[clang-tidy] Support SystemHeaders in .clang-tidy
2023-03-02 Utkarsh SaxenaChange ClangTidy unit tests to run in C++20 mode instea...
2023-02-19 Carlos Galvez[clang-tidy] Introduce HeaderFileExtensions and Impleme...
2023-01-25 Carlos GalvezRevert "[clang-tidy] Introduce HeaderFileExtensions...
2023-01-23 Carlos Galvez[clang-tidy] Introduce HeaderFileExtensions and Impleme...
2023-01-12 Jordan Rupprecht[test] Split out Annotations from `TestingSupport`
2023-01-10 serge-sans-pailleMove from llvm::makeArrayRef to ArrayRef deduction...
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2022-12-17 Fangrui Song[clang-tools-extra] llvm::Optional::value => operator...
2022-12-12 Carlos Galvez[clang-tidy][NFC] Fix compiler warning in GlobListTest.cpp
2022-12-08 Brett Wilson[clang-doc] Add template support.
2022-12-07 Brett WilsonRevert "[clang-doc] Add template support."
2022-12-07 Brett Wilson[clang-doc] Add template support.
2022-12-06 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of llvm...
2022-12-06 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of llvm...
2022-10-25 Brett Wilson[clang-doc] Fix typedef/using output.
2022-10-14 Brett Wilson[clang-doc] Add typedef/using information.
2022-09-28 Haowei WuRevert "[clang-doc] Add typedef/using information."
2022-09-27 Brett Wilson[clang-doc] Add typedef/using information.
2022-09-27 Brett Wilson[clang-doc] Clean up *Info constructors.
2022-09-19 Brett Wilson[clang-doc] Add support for explicitly typed enums
2022-09-16 Brett Wilson[clang-doc] Support default args for functions.
2022-08-12 Brett Wilson[clang-doc] Always emit the TagType for RecordInfo
2022-08-11 Brett Wilson[clang-doc] Read docstrings for record members
2022-08-11 Clement Courbet[clang][transformer] Finish plumbing `Note` all the...
2022-08-10 Clement Courbet[clang][transformer] Fix crash on replacement-less...
2022-07-27 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-19 Nathan James[clang-tidy] Remove unnecessary code from ReadabilityMo...
2022-07-16 Kazu HirataUse value instead of getValue (NFC)
2022-07-15 Jonas DevlieghereRevert "[clang] Implement ElaboratedType sugaring for...
2022-07-15 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-13 Jonas DevlieghereRevert "[clang] Implement ElaboratedType sugaring for...
2022-07-13 Kazu Hirata[clang, clang-tools-extra] Use has_value instead of...
2022-07-13 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-06-27 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-25 Kazu HirataRevert "Don't use Optional::hasValue (NFC)"
2022-06-25 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-25 Kazu Hirata[clang, clang-tools-extra] Don't use Optional::{hasValu...
2022-06-02 Mikael Holmen[clang-tidy] Remove extra ";" in ModernizeModuleTest.cpp
2022-06-02 Richard[clang-tidy] Reject invalid enum initializers in C...
2022-05-18 Nathan James[clang-tidy] Fix readability-simplify-boolean-expr...
2022-05-16 Nathan James[clang-tidy][NFC] Reimplement SimplifyBooleanExpr with...
2022-05-14 Richard[clang-tidy] Restore test parameter operator<< function...
2022-05-14 Simon PilgrimFix unused function 'operator<<' -Wunused-function...
2022-05-14 Richard[clang-tidy] Support expressions of literals in moderni...
2022-05-05 Sam McCall[clang-tidy] Make header-guard check a little looser...
2022-05-04 Yitzhak Mandelbaum[clang-tidy] Escape diagnostic messages before passing...
2022-04-16 Nathan James[clang-tidy] Add a Standalone diagnostics mode to clang...
2022-03-21 Eric Li[libTooling] Generalize string explanation as templated...
2022-03-21 Yitzhak MandelbaumRevert "[libTooling] Generalize string explanation...
2022-03-21 Eric Li[libTooling] Generalize string explanation as templated...
2022-03-15 Danny MöschAllow newline characters as separators for checks in...
2022-02-03 Kadir Cetinkaya[clang-tidy] Fix LLVM include order check policy
2022-01-28 Richard[clang-tidy] Recognize labelled statements when simplif...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-12-04 Carlos Galvez[clang-tidy][NFC] Move CachedGlobList to GlobList.h
2021-11-29 Salman Javed[clang-tidy] Fix pr48613: "llvm-header-guard uses a...
2021-11-29 Balazs Benics[libtooling][clang-tidy] Fix crashing on rendering...
2021-11-24 Clement Courbet[clang-tidy] Add unit tests for `DeclRefExprUtils`.
2021-11-10 Salman Javed[clang-tidy] Fix llvm-header-guard so that it works...
2021-11-08 Martin Storsjö[clang-move] Fix unit tests with forward slash as separ...
2021-10-06 Simon Pilgrim[clang] Replace report_fatal_error(std::string) uses...
2021-04-28 Nathan James[clang-query] Add check to prevent setting srcloc when...
2021-04-25 Stephen KellyAdd srcloc output to clang-query
2021-04-12 Mikael Holmen[libtooling][clang-tidy] Fix compiler warnings in testc...
2021-04-10 Whisperity[libtooling][clang-tidy] Fix off-by-one rendering issue...
2021-04-10 Whisperity[libtooling][clang-tidy] Fix diagnostics not highlighti...
2021-03-01 Nathan James[clang-tidy] Remove OptionError
2021-02-25 serge-sans-pailleSupport standalone build of clang-tidy unittest
2021-01-29 Michał Górny[clang-tidy] Fix linking tests to LLVMTestingSupport
2021-01-12 Yitzhak Mandelbaum[clang-tidy] Add test for Transformer-based checks...
2020-12-17 Nathan James[clang-tidy] Add a diagnostic callback to parseConfigur...
2020-12-15 Nathan James[clang-tidy] Support all YAML supported spellings for...
2020-12-10 Alexander KornienkoRemove references to the ast_type_traits namespace
2020-12-10 Nathan James[clang-tidy] Use a MemoryBufferRef when parsing configu...
2020-12-08 Nathan James[clang-tidy] Add support for diagnostics with no location
2020-11-30 Yitzhak Mandelbaum[libTooling] Remove deprecated Clang Transformer declar...
2020-11-23 Stephen KellyFix tests for clang-query completion
2020-11-20 Yitzhak Mandelbaum[libTooling] Update Transformer's `node` combinator...
2020-11-12 Nathan James[clang-tidy] Merge options inplace instead of copying
2020-11-07 Nathan James[clang-tidy] Use vfs::FileSystem when getting config
2020-10-26 Joe TurnerMake sure Objective-C category support in IncludeSorter...
2020-10-16 Alexander KornienkoSupport ObjC in IncludeInserter
2020-09-28 Alexander Kornienko[clang-tidy] IncludeInserter: allow <> in header name
2020-07-30 Artem Dergachev[clang-tidy] Fix ODR violation in unittests.
2020-07-28 Artem Dergachev[clang-tidy] Suppress one unittest on macOS.
2020-07-27 Logan SmithUse INTERFACE_COMPILE_OPTIONS to disable -Wsuggest...
2020-07-27 Nathan James[clang-tidy] Refactor IncludeInserter
2020-07-23 Logan SmithReapply "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithRevert "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithTry enabling -Wsuggest-override again, using add_compil...
2020-07-22 Hans WennborgRevert "Enable -Wsuggest-override in the LLVM build...
2020-07-21 Logan Smith[clang-tools-extra] Disable -Wsuggest-override for...
2020-07-11 Nathan James[clang-tidy] Reworked enum options handling(again)
2020-06-30 Nathan James[clang-tidy] Sanity checks in ClangTidyTest header.
2020-06-29 Nathan James[clang-tidy][NFC] Remove unnecessary includes throughou...
2020-06-29 Nathan JamesRevert "[clang-tidy] relanding b9306fd"
2020-06-29 Nathan James[clang-tidy] relanding b9306fd
next