summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/TidyProvider.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Initialize clang-tidy modules only onceKadir Cetinkaya2023-05-101-2/+10
* [clangd] Disable modernize-macro-to-enum tidy checkKadir Cetinkaya2023-01-171-1/+1
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-1/+1
* [YAML] Convert Optional to std::optionalKrzysztof Parzyszek2022-12-061-5/+5
* Process: convert Optional to std::optionalKrzysztof Parzyszek2022-12-061-3/+4
* [clangd] Block clang-tidy misc-const-correctness checkSam McCall2022-10-131-2/+8
* [clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-191-1/+1
* [clangd] Clean up unused includes. NFCISam McCall2022-02-261-2/+0
* [clangd] Disable hicpp-invalid-access-moved inside clangdKadir Cetinkaya2021-11-251-1/+3
* [clangd] Expose absoluteParent helperKadir Cetinkaya2021-02-191-13/+3
* [clangd] Fix clang tidy provider when multiple config files exist in director...Nathan James2021-02-121-1/+1
* [clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall2021-01-281-1/+1
* [clangd] Fix windows path handling in .clang-tidy parsingSam McCall2020-12-191-3/+8
* [clangd] Print .clang-tidy configuration parsing errors using [ev]?log.Nathan James2020-12-181-2/+20
* [clangd] Validate clang-tidy Checks in clangd config.Nathan James2020-12-151-0/+23
* [clang-tidy] Use a MemoryBufferRef when parsing configuration files.Nathan James2020-12-101-1/+2
* [clangd] NFC: Use SmallVector<T> where possibleKirill Bobyrev2020-12-101-2/+2
* [clangd] Cache .clang-tidy files again.Sam McCall2020-11-291-72/+104
* [clangd] Implement clang-tidy options from configNathan James2020-11-251-0/+237