Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03[clang-tidy] Fix LLVM include order check policyKadir Cetinkaya
2022-01-29[clang-tidy] Recognize labelled statements when simplifying boolean exprsRichard
2021-12-04[clang-tidy][NFC] Move CachedGlobList to GlobList.hCarlos Galvez
2021-11-30[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"Salman Javed
2021-11-29[libtooling][clang-tidy] Fix crashing on rendering invalid SourceRangesBalazs Benics
2021-11-24[clang-tidy] Add unit tests for `DeclRefExprUtils`.Clement Courbet
2021-11-10[clang-tidy] Fix llvm-header-guard so that it works with Windows pathsSalman Javed
2021-11-08[clang-move] Fix unit tests with forward slash as separator on windowsMartin Storsjö
2021-10-06[clang] Replace report_fatal_error(std::string) uses with report_fatal_error(...Simon Pilgrim
2021-04-28[clang-query] Add check to prevent setting srcloc when no introspection is av...Nathan James
2021-04-25Add srcloc output to clang-queryStephen Kelly
2021-04-12[libtooling][clang-tidy] Fix compiler warnings in testcase [NFC]Mikael Holmen
2021-04-10[libtooling][clang-tidy] Fix off-by-one rendering issue with SourceRangesWhisperity
2021-04-10[libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRangesWhisperity
2021-03-01[clang-tidy] Remove OptionErrorNathan James
2021-02-25Support standalone build of clang-tidy unittestserge-sans-paille
2021-01-29[clang-tidy] Fix linking tests to LLVMTestingSupportMichał Górny
2021-01-12[clang-tidy] Add test for Transformer-based checks with diagnostics.Yitzhak Mandelbaum
2020-12-17[clang-tidy] Add a diagnostic callback to parseConfigurationNathan James
2020-12-16[clang-tidy] Support all YAML supported spellings for bools in CheckOptions.Nathan James
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko
2020-12-10[clang-tidy] Use a MemoryBufferRef when parsing configuration files.Nathan James
2020-12-08[clang-tidy] Add support for diagnostics with no locationNathan James
2020-11-30[libTooling] Remove deprecated Clang Transformer declarationsYitzhak Mandelbaum
2020-11-23Fix tests for clang-query completionStephen Kelly
2020-11-20[libTooling] Update Transformer's `node` combinator to include the trailing s...Yitzhak Mandelbaum
2020-11-12[clang-tidy] Merge options inplace instead of copyingNathan James
2020-11-07[clang-tidy] Use vfs::FileSystem when getting configNathan James
2020-10-26Make sure Objective-C category support in IncludeSorter handles top-level imp...Joe Turner
2020-10-16Support ObjC in IncludeInserterAlexander Kornienko
2020-09-28[clang-tidy] IncludeInserter: allow <> in header nameAlexander Kornienko
2020-07-30[clang-tidy] Fix ODR violation in unittests.Artem Dergachev
2020-07-28[clang-tidy] Suppress one unittest on macOS.Artem Dergachev
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith
2020-07-27[clang-tidy] Refactor IncludeInserterNathan James
2020-07-23Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith
2020-07-23Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith
2020-07-23Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg
2020-07-21[clang-tools-extra] Disable -Wsuggest-override for unittests/Logan Smith
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James
2020-06-30[clang-tidy] Sanity checks in ClangTidyTest header.Nathan James
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James
2020-06-29[clang-tidy] relanding b9306fdNathan James
2020-06-29Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James
2020-06-20[clang-change-namespace] As part of using inclusive languageEric Christopher
2020-06-19[NFC] Simplify IncludeInsertions appending to diagnosticsNathan James
2020-06-18[clang-tidy] Add --use-color command line option and UseColor option to contr...hyd-dev