aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2023-06-14[clang-tidy] Fix wrong code generation for `modernize-loop-convert` with stru...AMS213-21/+93
2023-06-14[clangd] Unwrap type sugar in HeuristicResolver::resolveTypeToRecordDecl()Nathan Ridge2-0/+17
2023-06-14[clangd] Use include_cleaner spelling strategies in clangd.Viktoriia Bakalova3-24/+7
2023-06-14[clang-tidy] Fix build bot break after 474a2b9367adNemanja Ivanovic1-0/+1
2023-06-13[clang-tidy] Add more checks for functions which should be noexceptAMS2122-74/+945
2023-06-13[clang-tidy] Move formatDereference to FixitHintUtilsMike Crowe4-44/+50
2023-06-13[clang-tidy] Fix crash in `modernize-use-default-member-init`AMS214-11/+96
2023-06-13[clang-tidy] Fix false positive in `readability-named-parameter` for defaulte...AMS213-1/+22
2023-06-13[include-cleaner] Don't apply the PreferredHeader hint for standard headers.Haojian Wu2-0/+15
2023-06-13[clangd] Initialize local variableVitaly Buka1-1/+1
2023-06-13[clangd] Unify printing policy for type hintsYounan Zhang2-25/+13
2023-06-13[clangd] Desugar template parameter aliases in type hintsYounan Zhang2-18/+151
2023-06-12[clang-tidy] run-clang-tidy: forward warnings-as-errors argumentindev1-0/+10
2023-06-12[RFC][clangd] Move preamble index out of document open critical pathKugan Vivekanandarajah11-71/+162
2023-06-12[clangd] Enforce strict unused includes by defaultKadir Cetinkaya4-29/+46
2023-06-12[clangd] Decouple IncludeCleaner implementation from ConfigKadir Cetinkaya4-214/+204
2023-06-12Revert "[clang-tidy] Move formatDereference to FixitHintUtils"Piotr Zegar3-49/+44
2023-06-12[clang-tidy] Move formatDereference to FixitHintUtilsMike Crowe3-44/+49
2023-06-12[clang-tidy][NFC] Sort changes by check name in ReleaseNotesPiotr Zegar1-62/+59
2023-06-12[clang-tidy] Readability-container-data-pointer adds new option to ignore Con...Felix5-6/+37
2023-06-11[clang-tidy] Check functions called from catch blocksDeniz Evrenci4-20/+236
2023-06-10[clang-tidy] Optimize misc-confusable-identifiersPiotr Zegar2-36/+60
2023-06-09[clang-tidy] Fix error in documentation of bugprone-unchecked-optional-access.Yitzhak Mandelbaum1-3/+2
2023-06-07[clangd] Add semantic token for labelsChristian Kandeler3-0/+17
2023-06-07[include-cleaner] Report all specializations if the primary template is intro...Haojian Wu2-0/+58
2023-06-05[clangd] Move completion signatures and labelDetailsSam McCall6-4/+64
2023-06-05[clangd] Show size, offset and padding for bit fields on hoverSR_team3-30/+92
2023-06-05[clangd] Revert to older include spelling approach.Viktoriia Bakalova3-7/+25
2023-06-05Check for a ‘buffer’ type instead of ‘buffer-live’.Philipp Stephani1-6/+6
2023-06-05[clang-tidy] Move the misc system header dir to Inputs subdir, NFC.Haojian Wu3-1/+1
2023-06-05[include-cleaner] Allow multiple strategies for spelling includes.Viktoriia Bakalova11-48/+213
2023-06-05[clangd] Do not end inactiveRegions range at position 0 of lineNathan Ridge5-46/+92
2023-06-03[clang-tools-extra] Fix linking when built with CLANG_LINK_CLANG_DYLIB=ONMartin Storsjö1-1/+4
2023-06-02[Clang] Fix missing libraries for the include cleaner checkJoseph Huber1-0/+3
2023-06-02[clang-tidy] Fix docs.Viktoriia Bakalova1-0/+1
2023-06-02[clang-tidy] Implement an include-cleaner check.Viktoriia Bakalova19-30/+620
2023-06-02[clangd] Use FileManager for getCanonicalPath, NFCHaojian Wu9-13/+13
2023-06-01[clangd] NFC, use const HeaderSearch when possible.Haojian Wu1-1/+1
2023-06-01[include-cleaner] NFC, use const HeaderSearch when possible.Haojian Wu5-9/+9
2023-06-01[clangd] NFC, remove an unused member inHaojian Wu1-2/+1
2023-05-31[clang] NFCI: Use the `*Ref()` variant on search pathsJan Svoboda1-1/+1
2023-05-31[clang] Add support for “regular” keyword attributesRichard Sandiford1-5/+0
2023-05-31[clang-tidy] Add check bugprone-unique-ptr-array-mismatch.Balázs Kéri8-0/+244
2023-05-31[clang] Show line numbers in diagnostic code snippetsTimm Bäder8-59/+59
2023-05-30[clang][modules] NFCI: Extract optionality out of `Module::{Header,DirectoryN...Jan Svoboda2-17/+18
2023-05-30[clang][lex] NFCI: Use DirectoryEntryRef in ModuleMap::parseModuleMapFile()Jan Svoboda1-13/+12
2023-05-30[clang-tidy][docs] Fix link to libc style guideAlex Brachet2-2/+2
2023-05-30[clang-tidy] Do not emit bugprone-exception-escape warnings from coroutinesDeniz Evrenci3-0/+728
2023-05-29[clangd] Remove unused variable IsBroadcastingKazu Hirata1-1/+0
2023-05-29[cland] Remove unused declaration getCurrentPreambleKazu Hirata1-4/+0