Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename more checks from misc- to bugprone-. | Alexander Kornienko | 2018-02-28 | 1 | -37/+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] Fix some checks documentation style. | Eugene Zelenko | 2016-08-26 | 1 | -4/+4 |
| | | | | | | Differential revision: https://reviews.llvm.org/D23894 llvm-svn: 279846 | ||||
* | fix some minor typos in the doc | Sylvestre Ledru | 2016-03-03 | 1 | -1/+1 |
| | | | | llvm-svn: 262655 | ||||
* | [clang-tidy] Updates to documentation: formatting, titles, etc. | Alexander Kornienko | 2015-12-22 | 1 | -0/+6 |
| | | | | llvm-svn: 256259 | ||||
* | [clang-tidy] Check for suspicious string assignments. | Gabor Horvath | 2015-12-15 | 1 | -0/+31 |
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 |