[cfe-commits] r151656 - in /cfe/trunk: lib/StaticAnalyzer/Core/ExprEngine.cpp test/Analysis/stats.c

NAKAMURA Takumi geek4civic at gmail.com
Tue Feb 28 18:12:16 PST 2012


2012/2/29 Anna Zaks <ganna at apple.com>:
> Author: zaks
> Date: Tue Feb 28 15:49:04 2012
> New Revision: 151656
>
> URL: http://llvm.org/viewvc/llvm-project?rev=151656&view=rev
> Log:
> [analyzer] Stats: Add the stats about remove dead bindings, correct the
> test.

> Modified: cfe/trunk/test/Analysis/stats.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/stats.c?rev=151656&r1=151655&r2=151656&view=diff
> ==============================================================================
> --- cfe/trunk/test/Analysis/stats.c (original)
> +++ cfe/trunk/test/Analysis/stats.c Tue Feb 28 15:49:04 2012
> @@ -1,7 +1,7 @@
> -// RUN: %clang_cc1 -analyze -analyzer-stats %s 2>&1 | FileCheck %s
> -// XFAIL: *
> +// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s > FileCheck %s

Please don't reapply a bogus command line. It had once been fixed in r151591.



More information about the cfe-commits mailing list