Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'tidy-use-equals-default-fix' | Brad King | 2019-01-31 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | 3f9822ff6d clang-tidy: Silence use-equals-default warning Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2887 | ||||
| * | clang-tidy: Silence use-equals-default warning | Regina Pfeifer | 2019-01-30 | 1 | -0/+2 |
| | | | | | | | | | | | | clang-tidy 7 has an option to suppress this warning in macros which defaults to '1'. Set the option to '0' and silence the warning explicitly. | ||||
* | | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -1/+0 |
|/ | |||||
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+0 |
| | | | | | | Suppress some cases in `Source/cmGeneratorExpressionNode.cxx` and `Source/cmUVHandlePtr.h` where a few older compilers require a user-defined default constructor (with `{}`). | ||||
* | 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 |
|\ | | | | | | | | | | | | | 3e60580784 clang-tidy: Fix readability-static-accessed-through-instance Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2647 | ||||
| * | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -1/+0 |
| | | | | | | | | Enable the check in .clang-tidy and fix all warnings. | ||||
* | | 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 |
| | | | | | Fix some warnings that are new since clang-tidy version 4, and update `.clang-tidy` to suppress the rest. | ||||
* | clang-tidy: restore 'misc-noexcept-move-constructor' | Brad King | 2018-09-26 | 1 | -1/+0 |
| | | | | | | We disabled this in commit 1fe0d72eb6 (clang-tidy: exclude 'misc-noexcept-move-constructor', 2018-09-24) due to false positives. Restore it and use a NOLINT comment to suppress them instead. | ||||
* | clang-tidy: exclude 'misc-noexcept-move-constructor' | Brad King | 2018-09-24 | 1 | -0/+1 |
| | | | | | Our installation is producing false positives on move constructors and assignment operators that are clearly marked `noexcept`. | ||||
* | clang-tidy: exclude 'modernize-use-noexcept' introduced in 5.0.0 | Brad King | 2017-09-28 | 1 | -0/+1 |
| | | | | | We still support compiling CMake on VS 2013 that does not support `noexcept`, so disable the clang-tidy diagnostic for now. | ||||
* | clang-tidy: exclude 'modernize-return-braced-init-list' introduced in 5.0.0 | Matthias Maennich | 2017-09-27 | 1 | -0/+1 |
| | | | | | | | Due to many occurrences and as I am not sure about the coding guide lines in regards to this, I blacklist it. Signed-off-by: Matthias Maennich <matthias@maennich.net> | ||||
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Matthias Maennich <matthias@maennich.net> | ||||
* | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 1 | -1/+0 |
| | | | | | Fix remaining diagnostics by this lint and remove it from our list of disabled lints. | ||||
* | clang-tidy: blacklist "modernize" checks | Daniel Pfeifer | 2017-08-30 | 1 | -6/+13 |
| | |||||
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -0/+1 |
| | |||||
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+0 |
| | |||||
* | clang-tidy: add option CMake_RUN_CLANG_TIDY | Daniel Pfeifer | 2017-05-04 | 1 | -0/+30 |