Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Rename -warnings-as-errors tests. NFC. | Alexander Kornienko | 2018-04-04 | 1 | -13/+0 |
| | | | | | | The tests will be more discoverable with proper names. llvm-svn: 329182 | ||||
* | [clang-tidy] Add -quiet option to suppress extra output | Ehsan Akhgari | 2017-02-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Summary: This new flag instructs clang-tidy to not output anything except for errors and warnings. This makes it easier to script clang-tidy to run as part of external build systems. Reviewers: bkramer, alexfh, klimek Subscribers: JDevlieghere, cfe-commits Differential Revision: https://reviews.llvm.org/D29661 llvm-svn: 294607 | ||||
* | [clang-tidy] Improve -warnings-as-errors tests. | Alexander Kornienko | 2016-05-05 | 1 | -2/+2 |
| | | | | llvm-svn: 268579 | ||||
* | Teach clang-tidy how to upgrade warnings into errors. | Jonathan Roelofs | 2016-01-13 | 1 | -0/+10 |
Similar in format to the `-checks=` argument, this new `-warnings-as-errors=` argument upgrades any warnings emitted by the former to errors. http://reviews.llvm.org/D15528 llvm-svn: 257642 |