]> granicus.if.org Git - clang/commit
Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty
authorDaniel Dunbar <daniel@zuster.org>
Thu, 5 Nov 2009 02:11:37 +0000 (02:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 5 Nov 2009 02:11:37 +0000 (02:11 +0000)
commitad451ccdbf00199b223081552aaf1a798c7a7d3b
treec65f0296dd8e01740d53705283ca3e50301ca155
parentb697a4e4118d2d59dc0f38463c8417ddaf58a11f
Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty
of coverage of this from the analyzer.

If this bothers you, I can add it back in a mode where non-source diagnostics go
to stderr and only source diagnostics use -html-diags, but I don't think anyone
uses this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86109 91177308-0d34-0410-b5e6-96231b3b80d8
test/Coverage/html-diagnostics.c
tools/clang-cc/clang-cc.cpp