aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2022-02-07[clang-tidy] Fix LLVM include order check policyKadir Cetinkaya3-17/+56
2022-02-01[docs] Remove hard-coded version numbers from sphinx configsTom Stellard2-17/+14
2022-02-01Reland "enable plugins for clang-tidy"Jameson Nash9-2/+142
2022-02-01[clangd] Fix handling of co_await in go-to-typeSam McCall1-3/+1
2022-02-01[clangd] Group and extend release notesSam McCall1-51/+104
2022-02-01[clangd] Cleanup of readability-identifier-namingChristian Kühnel39-1586/+1591
2022-01-31Tweak formatting & wording in clangd release notesSam McCall1-25/+27
2022-01-31[clang-tidy] getLambdaProperties - use cast<> instead of dyn_cast<> to avoid ...Simon Pilgrim1-4/+3
2022-01-31[cte] Add release notes for clangd-14Kadir Cetinkaya1-1/+77
2022-01-31[clang-tidy] Make header compile standalone. NFC.Benjamin Kramer1-0/+1
2022-01-31[clang-tidy] bugprone-signal-handler improvements: display call chainBalázs Kéri3-51/+163
2022-01-31Revert "enable plugins for clang-tidy"Petr Hosek9-139/+2
2022-01-30[clang-tools-extra] Remove unused forward declarations (NFC)Kazu Hirata7-17/+0
2022-01-29[clang-tidy] Organize the release notes a little betterRichard1-43/+59
2022-01-29enable plugins for clang-tidyJameson Nash9-2/+139
2022-01-29Add 'clangd' prefix to remote index proto targetsSam McCall5-22/+21
2022-01-28[clang-tidy] Recognize labelled statements when simplifying boolean exprsRichard7-145/+1205
2022-01-27[clangd] Fix a typo , => ; in hovertest.Haojian Wu1-1/+2
2022-01-27[clangd] Enable hover on character literal.Haojian Wu2-2/+6
2022-01-27[clangd] Fix a selection tree crash for unmatched-bracket code.Haojian Wu2-0/+12
2022-01-27[clang-tidy] Add more documentation about check development (NFC)Richard1-3/+222
2022-01-27Don't trigger unused-parameter warnings on naked functionsMuAlphaOmegaEpsilon4-4/+15
2022-01-27[clangd][Hover] Suppress initializers with many tokensKadir Cetinkaya2-4/+29
2022-01-26[clang-tidy] Fix nested namespaces in `readability-static-definition-in-anony...Evgeny Shulgin3-2/+24
2022-01-26[CodeCompletion][clangd] Clean __uglified parameter names in completion & hoverSam McCall1-3/+4
2022-01-27Rewrite Doxygen comment to resolve -Wdocumentation warning (NFC)Salman Javed1-2/+2
2022-01-27Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build botSalman Javed25-334/+752
2022-01-27Revert "[clang-tidy] Cache the locations of NOLINTBEGIN/END blocks"Salman Javed25-752/+334
2022-01-27[clang-tidy] Cache the locations of NOLINTBEGIN/END blocksSalman Javed25-334/+752
2022-01-25Refactor: Extract Class MessagePrefix (NFC)Richard1-29/+35
2022-01-26[clangd] Add designator inlay hints for initializer lists.Sam McCall8-14/+312
2022-01-25[clang-tidy] [bugprone-assert-side-effect] Ignore list for functions/methodsZinovy Nis5-9/+54
2022-01-25[clang-tidy] Change code of SignalHandlerCheck (NFC).Balázs Kéri3-65/+98
2022-01-25[clang-tidy] Pop Files only if FileChangeReason is ExitFileJim Lin1-1/+1
2022-01-25[NFC][clangd] cleaning up llvm-qualified-autoChristian Kühnel19-60/+60
2022-01-24[clang-tools-extra] Fix documentation build (NFC)Richard1-1/+1
2022-01-24[NFC][clangd] Use table to collect option aliasesYuanfang Chen1-2/+15
2022-01-24Add missing include llvm/ADT/STLExtrasserge-sans-paille1-0/+1
2022-01-24[clang-tidy] Add `readability-container-contains` checkAdrian Vogelsgesang8-0/+450
2022-01-23[clang] Forward-declare DynTypedNode (NFC)Kazu Hirata1-0/+1
2022-01-23[clang-tidy] Add readability-duplicate-include checkRichard14-0/+288
2022-01-23[clang-tidy] Remove gsl::at suggestion from cppcoreguidelines-pro-bounds-cons...Carlos Galvez5-8/+15
2022-01-23[clangd] Use castAs<> instead of getAs<> to avoid dereference of nullptrSimon Pilgrim2-4/+3
2022-01-23[clang-tidy] Use cast<>/castAs<> instead of dyn_cast<>/getAs<> to avoid deref...Simon Pilgrim2-3/+3
2022-01-22[clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson7-9/+10
2022-01-21[clang-tidy] Avoid binding nullptr to a referenceBenjamin Kramer1-3/+3
2022-01-21[llvm][ADT] Implement `BitVector::{pop_,}back`Jan Svoboda2-2/+4
2022-01-21[clangd] Fail inlayHints requests on content changesKadir Cetinkaya1-1/+1
2022-01-21[clangd][Background] Make index validation logs verboseKadir Cetinkaya1-1/+1
2022-01-21[clang-tidy] Fix wrong FixIt in performance-move-const-argSockke4-13/+205