summaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/layers
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable performance-move-const-argvitya-smirnov2026-06-241-1/+1
| | | | | | | | | | | | | https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html This check useful, as it shows, when a `std::move` is useless, so to expectations of a programmer are not aligned with reality. The most useful profit is to see `const T&` arguments, that are potentially can be replaced with `T`. Also disabled `CheckTriviallyCopyableMove`, see https://nda.ya.ru/t/Emvgx5Z67fpZY5 why. commit_hash:c80c264a9774721aabbac85b350ccdbb8b9a39a2
* YQL-20095: Enable readability-container-size-emptyvitya-smirnov2026-04-071-1/+1
| | | | commit_hash:464a95fd6de1a395f8ffe20092e837df995e623c
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-232-2/+2
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-133-3/+3
| | | | | | | | | | | | | | | | | | | The check `modernize-use-override` is useful as it: 1. Removes redundant `override` when it is used with a `final`. 2. Removes redundant `virtual` or replace it with a `override`. So it is more clean for a reader, that overriding happens. It is enabled not out of order, as it is just an alias to `cppcoreguidelines-explicit-virtual-functions`. I also decided to switch a strategy of enabling checks. Now I will enable only a single rule with a single PR and prefer rules with a non-breaking autofix. In the new year with new linter checks! 🎄 commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
* YQL-20072: Support mrrun + yqlworkermrlolthe1st2025-10-292-0/+23
| | | | commit_hash:a70465d9a63f8a86c6990ae04e9c615827498fe0
* YQL-20086 invert flagvvvv2025-10-107-139/+111
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20072: Init pragma Layer and yt.LayerCachesmrlolthe1st2025-10-109-0/+679
commit_hash:9199da15c695cf5c8a492750a8bcfbb0f31c0b34