Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -75/+0 |
| | | | | | | | | | | | | | | | | | | | | Summary: This change moves tests for checkers and infrastructure into separate directories, making it easier to find infrastructure tests. Tests for checkers are already easy to find because they are named after the checker. Tests for infrastructure were difficult to find because they were outnumbered by tests for checkers. Now they are in a separate directory. Reviewers: jfb, jdoerfert, lebedev.ri Subscribers: srhines, nemanjai, aheejin, kbarton, christof, mgrang, arphaman, jfb, lebedev.ri, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68807 llvm-svn: 374540 | ||||
* | [clang-tidy] Fix typo in bugprone-string-constructor. | Clement Courbet | 2019-06-11 | 1 | -3/+3 |
| | | | | | | s/bigger then/bigger than/ llvm-svn: 363053 | ||||
* | [clang-tidy] Fix bugprone-string-constructor crash | Alexander Kornienko | 2019-03-05 | 1 | -0/+8 |
| | | | | llvm-svn: 355401 | ||||
* | [clang-tidy] bugprone-string-constructor: Catch string from nullptr. | Clement Courbet | 2019-01-16 | 1 | -0/+11 |
| | | | | | | | | | | Summary: Context: https://twitter.com/willkirkby/status/1084219580799741953 Subscribers: xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D56657 llvm-svn: 351308 | ||||
* | [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor | Alexander Kornienko | 2017-11-23 | 1 | -0/+56 |
Summary: Rename misc-string-constructor to bugprone-string-constructor + manually update the lenght of '==='s in the doc file. Reviewers: hokein, xazax.hun Reviewed By: hokein, xazax.hun Subscribers: mgorny, xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D40388 llvm-svn: 318916 |