| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
|
| |
|
|
|
| |
https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-designated-initializers.html
commit_hash:d73eb463c7bec2bda4c362aab10af49979a7ddd3
|
| |
|
|
| |
commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
|
| |
|
|
| |
commit_hash:da491ee93c4f4d3c885c7908a22b4d5d66c80388
|
| |
|
|
| |
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
|
| |
|
|
|
|
| |
Π Π΅Π°Π»ΠΈΠ·Π°ΡΠΈΡ full capture/replay
(ΡΠΌ ΡΠΈΠΊΠ΅Ρ Π΄Π»Ρ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ)
commit_hash:fbde9af7b610c053ee5e0e8c4936ac426aa9c827
|
| |
|
|
| |
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
|
| |
|
|
| |
commit_hash:12dbda4defcaef8dd708a69552fc19eba832ce2f
|
| |
|
|
| |
commit_hash:af5d81d51befa5cee331fbed69e7e5db2014a260
|
| |
|
|
|
| |
Restrict peerdir to SDK v2 and kikimr/public/sdk/cpp
commit_hash:af89b4f79ea946482a984e8cd593c606486cd215
|
| |
|
|
| |
commit_hash:9ffd0a3aa3f6b552171b09b9e0bc735274e419cc
|
| |
|
|
| |
commit_hash:a80f75a261dba97a8cbe357bc3c2af1391ca7d70
|
| |
|
|
| |
commit_hash:baf8d5770985eb68e94541ff6b1852b38cddc181
|
| |
|
|
| |
commit_hash:bcd3e54f9aef46d22d4547aecf501bb839b57e9d
|
| |
|
|
| |
commit_hash:ed866127668ea37af240d0f863a53784df961351
|
| |
|
|
| |
commit_hash:43d2f04e77089ac19624b5ba9db9192446c23d0e
|
| |
|
|
| |
commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
|
|
|
init
commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
|