Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-12[clang-tidy] RedundantControlFlowCheck::issueDiagnostic - use cast<> instead ...Simon Pilgrim
2022-02-12[clang-tidy] FunctionASTVisitor::TraverseStmt - use cast<> instead of dyn_cas...Simon Pilgrim
2022-02-12[clang-tidy] NoexceptMoveConstructorCheck::check - use castAs<> instead of ge...Simon Pilgrim
2022-02-12[clang-tidy] UseNoexceptCheck::check - use cast<> instead of dyn_cast<> to av...Simon Pilgrim
2022-02-12[clang-tidy] getOutermostNamespace - remove redundant nullptr checkSimon Pilgrim
2022-02-12[clang-tidy] ProBoundsConstantArrayIndexCheck::check - use cast<> instead of ...Simon Pilgrim
2022-02-12[clang-tidy] checkOverridingFunctionReturnType - use castAs<> instead of getA...Simon Pilgrim
2022-02-10[clang-tidy] Add early exit for defaulted FunctionDeclsKirill Bobyrev
2022-02-10clangd: Set a diagnostic on a code action resulting from a tweakChristian Kandeler
2022-02-10[clang-tidy] add option performance-move-const-arg.CheckMoveToConstRefGreg Miller
2022-02-10NFC: fix GCC warning -Wcast-qualYuanfang Chen
2022-02-10replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash
2022-02-09[clangd] NFC: Move stdlib headers handling to ClangKirill Bobyrev
2022-02-08[C++2b] Implement multidimentional subscript operatorCorentin Jabot
2022-02-08Make run-clang-tidy.py print the configured checks correctlyJesko Appelfeller
2022-02-07Reland "[clangd] Properly compute framework-style include spelling"David Goldman
2022-02-07[clang-tidy] Fixed a compile warning (NFC).Balázs Kéri
2022-02-07[clang-tidy] Add new check 'shared-ptr-array-mismatch'.Balázs Kéri
2022-02-05Revert "[clangd] Properly compute framework-style include spelling"David Goldman
2022-02-05Attempt forward fix after 4dfd113David Goldman
2022-02-05[clangd] Properly compute framework-style include spellingDavid Goldman
2022-02-03[clang-tidy] Fix LLVM include order check policyKadir Cetinkaya
2022-02-03[clangd] IncludeCleaner: Decrease API dependency on clangdKirill Bobyrev
2022-02-03[clangd][nfc] cleanup of remaining clang-tidy findingsChristian Kühnel
2022-02-03[clangd] NFC, remove an unused local varaiable.Haojian Wu
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-02-02[docs] Remove hard-coded version numbers from sphinx configsTom Stellard
2022-02-02Reland "enable plugins for clang-tidy"Jameson Nash
2022-02-01[clangd] Fix handling of co_await in go-to-typeSam McCall
2022-02-01[clangd] Group and extend release notesSam McCall
2022-02-01[clangd] Cleanup of readability-identifier-namingChristian Kühnel
2022-01-31Tweak formatting & wording in clangd release notesSam McCall
2022-01-31[clang-tidy] getLambdaProperties - use cast<> instead of dyn_cast<> to avoid ...Simon Pilgrim
2022-01-31[cte] Add release notes for clangd-14Kadir Cetinkaya
2022-01-31[clang-tidy] Make header compile standalone. NFC.Benjamin Kramer
2022-01-31[clang-tidy] bugprone-signal-handler improvements: display call chainBalázs Kéri
2022-01-31Revert "enable plugins for clang-tidy"Petr Hosek
2022-01-31[clang-tools-extra] Remove unused forward declarations (NFC)Kazu Hirata
2022-01-30[clang-tidy] Organize the release notes a little betterRichard
2022-01-29enable plugins for clang-tidyJameson Nash
2022-01-29Add 'clangd' prefix to remote index proto targetsSam McCall
2022-01-29[clang-tidy] Recognize labelled statements when simplifying boolean exprsRichard
2022-01-28[clangd] Fix a typo , => ; in hovertest.Haojian Wu
2022-01-27[clangd] Enable hover on character literal.Haojian Wu
2022-01-27[clangd] Fix a selection tree crash for unmatched-bracket code.Haojian Wu
2022-01-27[clang-tidy] Add more documentation about check development (NFC)Richard
2022-01-27Don't trigger unused-parameter warnings on naked functionsMuAlphaOmegaEpsilon
2022-01-27[clangd][Hover] Suppress initializers with many tokensKadir Cetinkaya
2022-01-27[clang-tidy] Fix nested namespaces in `readability-static-definition-in-anony...Evgeny Shulgin
2022-01-26[CodeCompletion][clangd] Clean __uglified parameter names in completion & hoverSam McCall