aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests
AgeCommit message (Expand)AuthorFilesLines
2022-02-07[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
2020-11-20[libTooling] Update Transformer's `node` combinator to include the trailing s...Yitzhak Mandelbaum1-1/+1
2020-11-12[clang-tidy] Merge options inplace instead of copyingNathan James1-1/+1
2020-11-07[clang-tidy] Use vfs::FileSystem when getting configNathan James2-0/+68
2020-10-26Make sure Objective-C category support in IncludeSorter handles top-level imp...Joe Turner1-8/+10
2020-10-16Support ObjC in IncludeInserterAlexander Kornienko1-51/+175
2020-09-28[clang-tidy] IncludeInserter: allow <> in header nameAlexander Kornienko1-16/+53
2020-07-30[clang-tidy] Fix ODR violation in unittests.Artem Dergachev2-15/+4
2020-07-27[clang-tidy] Suppress one unittest on macOS.Artem Dergachev2-0/+12
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith1-4/+0
2020-07-27[clang-tidy] Refactor IncludeInserterNathan James1-6/+4
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-21[clang-tools-extra] Disable -Wsuggest-override for unittests/Logan Smith1-0/+4
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James1-20/+31
2020-06-30[clang-tidy] Sanity checks in ClangTidyTest header.Nathan James1-2/+4
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James2-47/+25
2020-06-29[clang-tidy] relanding b9306fdNathan James2-25/+47
2020-06-28Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber1-27/+21
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James1-21/+27
2020-06-19[clang-change-namespace] As part of using inclusive languageEric Christopher1-1/+1
2020-06-19[NFC] Simplify IncludeInsertions appending to diagnosticsNathan James1-6/+3
2020-06-18[clang-tidy] Add --use-color command line option and UseColor option to contr...hyd-dev1-0/+4