aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-02[clang-tidy] Remove extra ";" in ModernizeModuleTest.cppMikael Holmen1-1/+1
2022-06-01[clang-tidy] Reject invalid enum initializers in C filesRichard1-135/+199
2022-05-18[clang-tidy] Fix readability-simplify-boolean-expr crash with implicit cast i...Nathan James1-0/+12
2022-05-16[clang-tidy][NFC] Reimplement SimplifyBooleanExpr with RecursiveASTVisitorsNathan James1-87/+0
2022-05-14[clang-tidy] Restore test parameter operator<< function (NFC)Richard1-0/+5
2022-05-14Fix unused function 'operator<<' -Wunused-function warning introduced in D124500Simon Pilgrim1-6/+0
2022-05-13[clang-tidy] Support expressions of literals in modernize-macro-to-enumRichard2-0/+216
2022-05-05[clang-tidy] Make header-guard check a little looser on comment whitespaceSam McCall1-0/+8
2022-05-04[clang-tidy] Escape diagnostic messages before passing to `diag` in Transformer.Yitzhak Mandelbaum1-0/+21
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-2/+52
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li1-13/+16
2022-03-21Revert "[libTooling] Generalize string explanation as templated metadata"Yitzhak Mandelbaum1-16/+13
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li1-13/+16
2022-03-15Allow newline characters as separators for checks in Clang-Tidy configurationsDanny Mösch2-0/+27
2022-02-03[clang-tidy] Fix LLVM include order check policyKadir Cetinkaya1-14/+47
2022-01-28[clang-tidy] Recognize labelled statements when simplifying boolean exprsRichard2-3/+124
2021-12-04[clang-tidy][NFC] Move CachedGlobList to GlobList.hCarlos Galvez1-17/+23
2021-11-30[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"Salman Javed1-0/+10
2021-11-29[libtooling][clang-tidy] Fix crashing on rendering invalid SourceRangesBalazs Benics1-0/+45
2021-11-24[clang-tidy] Add unit tests for `DeclRefExprUtils`.Clement Courbet2-0/+316
2021-11-10[clang-tidy] Fix llvm-header-guard so that it works with Windows pathsSalman Javed1-3/+40
2021-11-08[clang-move] Fix unit tests with forward slash as separator on windowsMartin Storsjö1-3/+4
2021-10-06[clang] Replace report_fatal_error(std::string) uses with report_fatal_error(...Simon Pilgrim1-1/+1
2021-04-28[clang-query] Add check to prevent setting srcloc when no introspection is av...Nathan James1-9/+26
2021-04-25Add srcloc output to clang-queryStephen Kelly1-3/+5
2021-04-12[libtooling][clang-tidy] Fix compiler warnings in testcase [NFC]Mikael Holmen1-4/+4
2021-04-10[libtooling][clang-tidy] Fix off-by-one rendering issue with SourceRangesWhisperity1-0/+32
2021-04-10[libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRangesWhisperity2-8/+4
2021-03-01[clang-tidy] Remove OptionErrorNathan James1-64/+92
2021-02-25Support standalone build of clang-tidy unittestserge-sans-paille1-0/+9
2021-01-29[clang-tidy] Fix linking tests to LLVMTestingSupportMichał Górny1-1/+1
2021-01-12[clang-tidy] Add test for Transformer-based checks with diagnostics.Yitzhak Mandelbaum1-8/+30
2020-12-17[clang-tidy] Add a diagnostic callback to parseConfigurationNathan James2-0/+98
2020-12-15[clang-tidy] Support all YAML supported spellings for bools in CheckOptions.Nathan James1-4/+4
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-5/+3
2020-12-10[clang-tidy] Use a MemoryBufferRef when parsing configuration files.Nathan James1-8/+13
2020-12-08[clang-tidy] Add support for diagnostics with no locationNathan James2-4/+15
2020-11-30[libTooling] Remove deprecated Clang Transformer declarationsYitzhak Mandelbaum1-20/+19
2020-11-23Fix tests for clang-query completionStephen Kelly1-5/+3