2012/2/29 Anna Zaks <[email protected]>: > 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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
