llvm-project/clang/test/ASTMerge
Chris Lattner 198cb4df6e Instead of counting totally diagnostics, split the count into a count
of errors and warnings.  This allows us to emit something like this:

2 warnings and 1 error generated.

instead of:

3 diagnostics generated.

This also stops counting 'notes' because they are just follow-on information
about the previous diag, not a diagnostic in themselves.

llvm-svn: 100675
2010-04-07 18:47:42 +00:00
..
Inputs Add test for AST importing of C++ namespaces, missing from a prior commit 2010-02-24 21:53:36 +00:00
category.m Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
enum.c Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
exprs.c AST import for character literals 2010-02-18 02:21:22 +00:00
function.c Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
interface.m Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
namespace.cpp Add test for AST importing of C++ namespaces, missing from a prior commit 2010-02-24 21:53:36 +00:00
property.m Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
struct.c Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
typedef.c Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
var.c Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00