summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/werrors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Rename -warnings-as-errors tests. NFC.Alexander Kornienko2018-04-041-13/+0
| | | | | | The tests will be more discoverable with proper names. llvm-svn: 329182
* [clang-tidy] Add -quiet option to suppress extra outputEhsan Akhgari2017-02-091-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 Kornienko2016-05-051-2/+2
| | | | llvm-svn: 268579
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-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
OpenPOWER on IntegriCloud