Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |