aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Prevent abseil-cleanup-ctad check from stomping on surrounding contextCJ Johnson2-30/+18
2021-12-09[clang][clangd] Desugar array type.lh1231-2/+48
2021-12-08Don't offer partial fix-its for `modernize-pass-by-value`Adrian Vogelsgesang2-18/+42
2021-12-08[clangd] Suppress IncludeCleaner warnings for headers behind pragma keepKirill Bobyrev2-2/+19
2021-12-08[clangd] Add fixes for clang "include <foo.h>" diagnosticsSam McCall5-54/+148
2021-12-08[clangd] Record IWYU pragma keep in the IncludeStructureKirill Bobyrev7-22/+78
2021-12-08[clangd] Make a.k.a printing configurable.lh1237-2/+82
2021-12-08[clangd] Add desugared type to hoverlh1233-98/+220
2021-12-08[clangd] Print type for VarTemplateDecl in hover.lh1232-0/+31
2021-12-07[clangd] Dex Trigrams: Improve query trigram generationKirill Bobyrev2-46/+108
2021-12-06Introduce _BitInt, deprecate _ExtIntAaron Ballman1-6/+6
2021-12-04[clang-tidy][NFC] Move CachedGlobList to GlobList.hCarlos Galvez5-47/+63
2021-12-03[clang-tidy][docs][NFC] Improve documentation of bugprone-unhandled-exception...Balázs Kéri1-11/+41
2021-12-03[clangd] IncludeCleaner: Do not require forward declarations of RecordDecls w...Kirill Bobyrev2-15/+26
2021-12-03[clangd] Show parameters for construct.lh1232-11/+41
2021-12-02[clang-tidy][objc] Finds and fixes improper usages of XCTAssertEquals and XCT...Vy Nguyen8-0/+175
2021-12-02[clang-tidy] Allow disabling support for NOLINTBEGIN/NOLINTEND blocks.Yitzhak Mandelbaum2-11/+26
2021-12-02[clangd] cleanup of header guard namesChristian Kühnel34-77/+88
2021-12-02[clang-tidy] Fix build broken by commit 6a9487df73e917c4faf5e060f2bb33c6ade3f...Yitzhak Mandelbaum1-0/+1
2021-12-02Add new clang-tidy check for string_view(nullptr)CJ Johnson8-0/+1416
2021-12-02[clangd] IncludeClenaer: Don't mark forward declarations of a class if it's d...Kirill Bobyrev2-2/+28
2021-12-02[clang-tidy] Use `hasCanonicalType()` matcher in `bugprone-unused-raii` checkFabian Wolff2-3/+26
2021-12-01Fix false positives in `fuchsia-trailing-return` check involving deduction gu...Fabian Wolff3-11/+37
2021-11-30[libc][clang-tidy] fix namespace check for externalsMichael Jones2-0/+18
2021-11-30[clangd] Make std symbol generation script python3 friendlyKadir Cetinkaya1-3/+3
2021-11-30[clang-tidy] Warn on functional C-style castsCarlos Galvez3-14/+94
2021-11-30[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"Salman Javed3-2/+22
2021-11-29fix typos in commentsZhuo Zhang1-1/+1
2021-11-29[clang-tidy] Ignore narrowing conversions in case of bitfieldsBalazs Benics2-1/+253
2021-11-29[clang-tidy] Fix crashing altera-struct-pack-align on invalid RecordDeclsBalazs Benics2-0/+10
2021-11-29[libtooling][clang-tidy] Fix crashing on rendering invalid SourceRangesBalazs Benics3-2/+76
2021-11-29Fix cppcoreguidelines-virtual-base-class-destructor in macrosBalazs Benics2-3/+58
2021-11-26[clangd] IncludeCleaner: Attribute symbols from non self-contained headers to...Kirill Bobyrev3-11/+117
2021-11-26[clangd] Record information about non self-contained headers in IncludeStructureKirill Bobyrev10-70/+132
2021-11-25[NFC][clang-tools-extra] Inclusive language: replace master with mainQuinn Pham1-1/+1
2021-11-25[clangd] Move IncludeCleaner tracer to the actual computationKirill Bobyrev1-1/+1
2021-11-25[clangd] Add ObjC method support to prepareCallHierarchySheldon Neuberger2-3/+158
2021-11-25[clangd] Disable hicpp-invalid-access-moved inside clangdKadir Cetinkaya1-1/+3
2021-11-24[clang-tidy] Add unit tests for `DeclRefExprUtils`.Clement Courbet2-0/+316
2021-11-24[clang-tidy] performance-unnecessary-copy-initialization: Fix false negative.Clement Courbet3-26/+168
2021-11-22Add missing clang-tidy args in index.rst (NFC)Salman Javed1-2/+14
2021-11-22[clangd] IncludeCleaner: Mark possible expr resolutions as usedKirill Bobyrev2-0/+12
2021-11-22Fix nits in clang-tidy's documentation (NFC)Salman Javed1-12/+12
2021-11-20[clang-tidy] performance-unnecessary-copy-initialization: Correctly match the...Felix Berger2-5/+13
2021-11-20[clangd] Avoid possible crash: apply configuration after binding methodsSam McCall1-1/+4
2021-11-19[clang-tidy] Fix false positive in readability-identifier-naming check involv...Fabian Wolff2-2/+76
2021-11-19[clang-tidy] fix debug-only test failureMatt Beardsley1-1/+1
2021-11-18[clang][clangd] Improve signature help for variadic functions.Adam Czachorowski2-0/+130
2021-11-18[NFC][clangd] fix clang-tidy finding on isa_and_nonnullChristian Kühnel1-1/+1
2021-11-17[clangd] Dont include file version in task nameKadir Cetinkaya1-2/+2