Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename more checks from misc- to bugprone-. | Alexander Kornienko | 2018-02-28 | 1 | -86/+0 |
| | | | | | | | | | | | | | | | | Summary: clang-tidy/rename_check.py {misc,bugprone}-string-integer-assignment clang-tidy/rename_check.py {misc,bugprone}-string-literal-with-embedded-nul clang-tidy/rename_check.py {misc,bugprone}-suspicious-enum-usage clang-tidy/rename_check.py {misc,bugprone}-suspicious-missing-comma Reviewers: hokein, sammccall, aaron.ballman Subscribers: klimek, cfe-commits, mgorny Differential Revision: https://reviews.llvm.org/D43868 llvm-svn: 326384 | ||||
* | [clang-tidy] Cleaning up language options. | Gabor Horvath | 2016-09-24 | 1 | -2/+1 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D24881 llvm-svn: 282319 | ||||
* | [clang-tidy] remove trailing whitespaces and retab | Kirill Bobyrev | 2016-08-01 | 1 | -1/+1 |
| | | | | llvm-svn: 277340 | ||||
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Summary: The goal of the patch is to bring checkers in their appropriate namespace. This path doesn't change any behavior. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D19811 llvm-svn: 268264 | ||||
* | [clang-tidy] Check for suspicious string assignments. | Gabor Horvath | 2015-12-15 | 1 | -0/+85 |
It is possible to assign arbitrary integer types to strings. Sometimes it is the result of missing to_string call or apostrophes. Reviewers: alexfh Differential Revision: http://reviews.llvm.org/D15411 llvm-svn: 255630 |