| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:41791bb9a63f1993010fb68562e9a5607927307d
|
| |
|
|
| |
commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
|
| |
|
|
| |
commit_hash:464a95fd6de1a395f8ffe20092e837df995e623c
|
| |
|
|
|
| |
https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-designated-initializers.html
commit_hash:d73eb463c7bec2bda4c362aab10af49979a7ddd3
|
| |
|
|
| |
commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
|
| |
|
|
| |
commit_hash:da491ee93c4f4d3c885c7908a22b4d5d66c80388
|
| |
|
|
| |
commit_hash:83ce051ac7e1aa8ea634b2bc3812778187ccbcce
|
| |
|
|
|
| |
- https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html
commit_hash:746be9b9db256111b2fb6ab4d89844746deebcda
|
| |
|
|
| |
commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:ff5c9b7d313ec9d3204a5b141dc7269aca6d6516
|
| |
|
|
|
|
|
|
|
| |
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:a70465d9a63f8a86c6990ae04e9c615827498fe0
|
| |
|
|
| |
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
|
| |
|
|
| |
commit_hash:12dbda4defcaef8dd708a69552fc19eba832ce2f
|
| |
|
|
| |
commit_hash:57157cd533de1498cf44a8e2df329a0788d5b0b4
|
| |
|
|
|
| |
ΠΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠ΅ Π΄Π΅Π»Π΅Ρ ΠΌΠ΅ΠΆΠ΄Ρ Π·Π°ΠΏΡΠΎΡΠ°ΠΌΠΈ
commit_hash:5da96c91c5fba48bb81893ec61e8e6f69f144728
|
| |
|
|
| |
commit_hash:b472de3acfa4f30ba4b3e630721a38a577c35c85
|
| |
|
|
| |
commit_hash:af5d81d51befa5cee331fbed69e7e5db2014a260
|
| |
|
|
| |
commit_hash:02a472ed0534f57c38553b9b270b2becd7431380
|
|
|
yql/core/{credentials,file_storage,pg_ext,pg_settings,sql_types,url_lister/interface,url_preprocessing/interface,user_data} YQL-19206
init
commit_hash:a14e6656bf99d5d1ac95b6c75abd072ac9739e1d
|