Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Another batch of checks to rename from misc- to bugprone-. | Alexander Kornienko | 2018-02-28 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | Summary: clang-tidy/rename_check.py {misc,bugprone}-suspicious-semicolon clang-tidy/rename_check.py {misc,bugprone}-suspicious-string-compare clang-tidy/rename_check.py {misc,bugprone}-swapped-arguments clang-tidy/rename_check.py {misc,bugprone}-undelegated-constructor --check_class_name UndelegatedConstructor Reviewers: hokein, sammccall, aaron.ballman Subscribers: klimek, mgorny, xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D43870 llvm-svn: 326386 | ||||
* | Change EOL style to LF. NFC | Alexander Kornienko | 2017-05-09 | 1 | -23/+23 |
| | | | | llvm-svn: 302534 | ||||
* | Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ↵ | Aaron Ballman | 2015-08-28 | 1 | -0/+23 |
checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct. llvm-svn: 246318 |