| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
|
| |
|
|
| |
commit_hash:464a95fd6de1a395f8ffe20092e837df995e623c
|
| |
|
|
| |
commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
|
| |
|
|
|
|
|
|
| |
- https://clang.llvm.org/extra/clang-tidy/checks/modernize/loop-convert.html
Semi-automatic translation was performed. Manually rewritten some
types and names.
commit_hash:0ad921f0d512dd4a8ccc8af557197ce6a02582e1
|
| |
|
|
|
| |
Relates: YQL-20861
commit_hash:2b6703c343bcd728622c1e0d9c3f8f1f21596128
|
| |
|
|
| |
commit_hash:12087d8305c95b3a297f7494050c06b84239a31a
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
This patch introduces an extension configuration for the Clang Tidy.
It is merged with Arcadia Clang Tidy configuration. To begin with,
more checks for identifiers naming are added.
Documentation: https://nda.ya.ru/t/AhbDZbiF7MKe3M.
commit_hash:3481da4c8df0a4d23a991d4a660ae050d2dc5d33
|
| |
|
|
| |
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
|
| |
|
|
| |
commit_hash:12dbda4defcaef8dd708a69552fc19eba832ce2f
|
| |
|
|
|
|
| |
- Ignored 2 known ambiguities.
- Tested tools.
commit_hash:9e29bb2f876dabc68293b3e5c26a470d373506ae
|
| |
|
|
|
|
| |
predicate KIKIMR-23678
commit_hash:5d0ab9c4ee3e8e8e6325244bc203ae2abafd1da4
|
| |
|
|
| |
commit_hash:af5d81d51befa5cee331fbed69e7e5db2014a260
|
| |
|
|
| |
commit_hash:2aa733486a55a04c39ff8bb1c7eaca3a85719647
|
| |
|
|
| |
commit_hash:401d21dd23ee9bb7ee52b2fc42e596cb3e4bdda7
|
| |
|
|
| |
commit_hash:a9a86ead632b0451a427621ea384bd732d3653a3
|
| |
|
|
| |
commit_hash:fb7f82bdd2e7385c058055e393f4677fbc504473
|
| |
|
|
|
|
|
|
|
| |
В рамках возвращения YQL в лоно Аркадии в данном PR осуществляется механический перенос YQL YT провайдера из
contrib/ydb/library/yql/providers/yt в yt/yql/providers/yt (просто arc mv \+ правка путей).
Подробности см. в YQL-19206 и YQL-19309
commit_hash:4c5b43760d3053698f0d5b6cdb820bc72c48e741
|
| |
|
|
| |
commit_hash:94de9654226b766f9fd4f8fff607b59e747a6f96
|
| |
|
|
| |
commit_hash:134201d428f9541bb6990e2d65a7bbcf65d74e25
|
| |
|
|
|
|
|
|
|
| |
\#10732 Fix a bug in YQL node creation for indexImplTable table settings
\#10799support computation graph invalidation in purecalc
\#10741Don't use Now() during replay for yt settings
commit_hash:bc4c150ceb2ae05fc19eaa4804fb668730a89410
|
| |
|
|
| |
commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
|
|
|
init
commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
|