[cfe-commits] r141053 - in /cfe/trunk: include/clang/Basic/DiagnosticDriverKinds.td lib/Driver/Tools.cpp

Chad Rosier mcrosier at apple.com
Mon Oct 3 21:46:04 PDT 2011


Should be fixed with r141060.  Sorry for the breakage.

 Chad

On Oct 3, 2011, at 8:21 PM, NAKAMURA Takumi wrote:

> FYI, diagtool list-warnings shows me;
> 
> Warnings with flags (355):
> (snip)
> Warnings without flags (305):
> (snip)
> 
> STATISTICS:
> 
>  Percentage of warnings with flags: 53.79%
>  Number of unique flags: 168
>  Average number of diagnostics per flag: 2.113
> 
> ******************** TEST 'Clang :: Misc/warning-flags.c' FAILED
> ********************
> Script:
> --
> diagtool list-warnings 2>&1 | FileCheck
> /home/chapuni/bb/cmake-clang-x86_64-linux/llvm-project/clang/test/Misc/warning-flags.c
> --
> Exit Code: 1
> Command Output (stderr):
> --
> /home/chapuni/bb/cmake-clang-x86_64-linux/llvm-project/clang/test/Misc/warning-flags.c:20:8:
> error: expected string not found in input
> CHECK: Warnings without flags (304):
>       ^
> <stdin>:1:1: note: scanning from here
> Warnings with flags (355):
> ^
> --
> 
> ********************




More information about the cfe-commits mailing list