| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: suppress `google-readability-casting` lint | Ben Boeckel | 2022-05-24 | 1 | -1/+0 |
|
|
* | clang-tidy: suppress new `readability-identifier-length` lint | Ben Boeckel | 2022-05-24 | 1 | -0/+1 |
|
|
* | clang-tidy: ignore warnings new in version 13 | Brad King | 2022-02-01 | 1 | -0/+5 |
|
|
* | clang-tidy: ignore `readability-function-cognitive-complexity` | Brad King | 2021-05-11 | 1 | -0/+1 |
|
|
* | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `readability-simplify-boolean-expr` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `readability-redundant-string-init` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `readability-redundant-access-specifiers` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `performance-trivially-destructible` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `performance-no-automatic-move` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `bugprone-suspicious-include` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `bugprone-signed-char-misuse` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `bugprone-reserved-identifier` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: ignore new warnings from newer versions | Ben Boeckel | 2020-11-12 | 1 | -0/+11 |
|
|
* | clang-tidy: ignore `misc-no-recursion` | Ben Boeckel | 2020-11-12 | 1 | -0/+1 |
|
|
* | clang-tidy: ignore making members static | Ben Boeckel | 2020-04-13 | 1 | -0/+1 |
|
|
* | clang-tidy: ignore the use-trailing-return-type lint | Ben Boeckel | 2020-04-13 | 1 | -0/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+0 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+2 |
|
|
* | Merge topic 'tidy-return-brace' | Brad King | 2019-09-10 | 1 | -1/+0 |
|\ |
|
| * | clang-tidy: modernize-return-braced-init-list | Regina Pfeifer | 2019-09-06 | 1 | -1/+0 |
|
|
* | | clang-tidy: Remove old entries from blacklist | Regina Pfeifer | 2019-09-06 | 1 | -4/+0 |
|/ |
|
* | clang-tidy: Enable check modernize-use-using | Regina Pfeifer | 2019-09-04 | 1 | -1/+0 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+0 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+0 |
|
|
* | clang-tidy: Blacklist violations for version 8 | Regina Pfeifer | 2019-07-30 | 1 | -0/+8 |
|
|
* | Merge topic 'tidy-fixes' | Brad King | 2019-04-08 | 1 | -1/+0 |
|\ |
|
| * | Enabled performance-inefficient-vector-operation check in clang-tidy | Jakub Kalinski | 2019-04-02 | 1 | -1/+0 |
|
|
* | | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'tidy-use-equals-default-fix' | Brad King | 2019-01-31 | 1 | -0/+2 |
|\ |
|
| * | clang-tidy: Silence use-equals-default warning | Regina Pfeifer | 2019-01-30 | 1 | -0/+2 |
|
|
* | | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -1/+0 |
|/ |
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+0 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -1/+0 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+0 |
|
|
* | clang-tidy: Simplify boolean expressions | Regina Pfeifer | 2019-01-15 | 1 | -1/+0 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -1/+3 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -1/+0 |
|
|
* | Merge topic 'readability-static-accessed-through-instance' | Brad King | 2018-11-28 | 1 | -1/+0 |
|\ |
|
| * | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -1/+0 |
|
|
* | | clang-tidy: Enable checks from bugprone set | Regina Pfeifer | 2018-11-21 | 1 | -0/+3 |
|/ |
|
* | clang-tidy: fix warnings from version 7 | Regina Pfeifer | 2018-11-20 | 1 | -0/+3 |
|
|
* | clang-tidy: restore 'misc-noexcept-move-constructor' | Brad King | 2018-09-26 | 1 | -1/+0 |
|
|
* | clang-tidy: exclude 'misc-noexcept-move-constructor' | Brad King | 2018-09-24 | 1 | -0/+1 |
|
|
* | clang-tidy: exclude 'modernize-use-noexcept' introduced in 5.0.0 | Brad King | 2017-09-28 | 1 | -0/+1 |
|
|
* | clang-tidy: exclude 'modernize-return-braced-init-list' introduced in 5.0.0 | Matthias Maennich | 2017-09-27 | 1 | -0/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -1/+0 |
|
|
* | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 1 | -1/+0 |
|
|