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

NAKAMURA Takumi geek4civic at gmail.com
Mon Oct 3 20:21:19 PDT 2011


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