summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix `readability-suspicious-call-argument` crash for arguments w...Whisperity2022-02-253-10/+48
* [clangd] Fix building SerializationTests unit test on OpenBSDBrad Smith2022-02-211-2/+2
* replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash2022-02-142-3/+12
* [clang-tidy] Fix LLVM include order check policyKadir Cetinkaya2022-02-073-17/+56
* [docs] Remove hard-coded version numbers from sphinx configsTom Stellard2022-02-012-17/+14
* Reland "enable plugins for clang-tidy"Jameson Nash2022-02-019-2/+142
* [clangd] Fix handling of co_await in go-to-typeSam McCall2022-02-011-3/+1
* [clangd] Group and extend release notesSam McCall2022-02-011-51/+104
* [clangd] Cleanup of readability-identifier-namingChristian Kühnel2022-02-0139-1586/+1591
* Tweak formatting & wording in clangd release notesSam McCall2022-01-311-25/+27
* [clang-tidy] getLambdaProperties - use cast<> instead of dyn_cast<> to avoid ...Simon Pilgrim2022-01-311-4/+3
* [cte] Add release notes for clangd-14Kadir Cetinkaya2022-01-311-1/+77
* [clang-tidy] Make header compile standalone. NFC.Benjamin Kramer2022-01-311-0/+1
* [clang-tidy] bugprone-signal-handler improvements: display call chainBalázs Kéri2022-01-313-51/+163
* Revert "enable plugins for clang-tidy"Petr Hosek2022-01-319-139/+2
* [clang-tools-extra] Remove unused forward declarations (NFC)Kazu Hirata2022-01-307-17/+0
* [clang-tidy] Organize the release notes a little betterRichard2022-01-291-43/+59
* enable plugins for clang-tidyJameson Nash2022-01-299-2/+139
* Add 'clangd' prefix to remote index proto targetsSam McCall2022-01-295-22/+21
* [clang-tidy] Recognize labelled statements when simplifying boolean exprsRichard2022-01-287-145/+1205
* [clangd] Fix a typo , => ; in hovertest.Haojian Wu2022-01-271-1/+2
* [clangd] Enable hover on character literal.Haojian Wu2022-01-272-2/+6
* [clangd] Fix a selection tree crash for unmatched-bracket code.Haojian Wu2022-01-272-0/+12
* [clang-tidy] Add more documentation about check development (NFC)Richard2022-01-271-3/+222
* Don't trigger unused-parameter warnings on naked functionsMuAlphaOmegaEpsilon2022-01-274-4/+15
* [clangd][Hover] Suppress initializers with many tokensKadir Cetinkaya2022-01-272-4/+29
* [clang-tidy] Fix nested namespaces in `readability-static-definition-in-anony...Evgeny Shulgin2022-01-263-2/+24
* [CodeCompletion][clangd] Clean __uglified parameter names in completion & hoverSam McCall2022-01-261-3/+4
* Rewrite Doxygen comment to resolve -Wdocumentation warning (NFC)Salman Javed2022-01-271-2/+2
* Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build botSalman Javed2022-01-2725-334/+752
* Revert "[clang-tidy] Cache the locations of NOLINTBEGIN/END blocks"Salman Javed2022-01-2725-752/+334
* [clang-tidy] Cache the locations of NOLINTBEGIN/END blocksSalman Javed2022-01-2725-334/+752
* Refactor: Extract Class MessagePrefix (NFC)Richard2022-01-251-29/+35
* [clangd] Add designator inlay hints for initializer lists.Sam McCall2022-01-268-14/+312
* [clang-tidy] [bugprone-assert-side-effect] Ignore list for functions/methodsZinovy Nis2022-01-255-9/+54
* [clang-tidy] Change code of SignalHandlerCheck (NFC).Balázs Kéri2022-01-253-65/+98
* [clang-tidy] Pop Files only if FileChangeReason is ExitFileJim Lin2022-01-251-1/+1
* [NFC][clangd] cleaning up llvm-qualified-autoChristian Kühnel2022-01-2519-60/+60
* [clang-tools-extra] Fix documentation build (NFC)Richard2022-01-241-1/+1
* [NFC][clangd] Use table to collect option aliasesYuanfang Chen2022-01-241-2/+15
* Add missing include llvm/ADT/STLExtrasserge-sans-paille2022-01-241-0/+1
* [clang-tidy] Add `readability-container-contains` checkAdrian Vogelsgesang2022-01-248-0/+450
* [clang] Forward-declare DynTypedNode (NFC)Kazu Hirata2022-01-231-0/+1
* [clang-tidy] Add readability-duplicate-include checkRichard2022-01-2314-0/+288
* [clang-tidy] Remove gsl::at suggestion from cppcoreguidelines-pro-bounds-cons...Carlos Galvez2022-01-235-8/+15
* [clangd] Use castAs<> instead of getAs<> to avoid dereference of nullptrSimon Pilgrim2022-01-232-4/+3
* [clang-tidy] Use cast<>/castAs<> instead of dyn_cast<>/getAs<> to avoid deref...Simon Pilgrim2022-01-232-3/+3
* [clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson2022-01-227-9/+10
* [clang-tidy] Avoid binding nullptr to a referenceBenjamin Kramer2022-01-211-3/+3
* [llvm][ADT] Implement `BitVector::{pop_,}back`Jan Svoboda2022-01-212-2/+4