[cfe-commits] r100675 - in /cfe/trunk: include/clang/Basic/Diagnostic.h lib/Basic/Diagnostic.cpp lib/Frontend/CompilerInstance.cpp test/ASTMerge/category.m test/ASTMerge/enum.c test/ASTMerge/function.c test/ASTMerge/interface.m test/ASTMerge/property.m test/ASTMerge/struct.c test/ASTMerge/typedef.c test/ASTMerge/var.c test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m test/Rewriter/dllimport-typedef.c test/Rewriter/missing-dllimport.c

Fariborz Jahanian fjahanian at apple.com
Wed Apr 7 12:51:33 PDT 2010


On Apr 7, 2010, at 11:47 AM, Chris Lattner wrote:

> Author: lattner
> Date: Wed Apr  7 13:47:42 2010
> New Revision: 100675
>
> URL: http://llvm.org/viewvc/llvm-project?rev=100675&view=rev
> Log:
> 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.

This is great.

- Fariborz.

>



More information about the cfe-commits mailing list