Lines Matching full:previously

306 // This just tests that the CFG is constructed correctly.  Previously, the
335 // Previously this case would crash.
343 // types. This was previously causing a crash in CastRegion.
359 // RegionStore::Retrieve previously crashed on this example. This example
360 // was previously in the test file 'xfail_regionstore_wine_crash.c'.
368 // RegionStoreManager previously crashed on this example. The problem is that
459 // This previously was a crash in RegionStoreManager.
539 // This is a reduced test case of a false positive that previously appeared
540 // in RegionStoreManager. Previously the array access resulted in dereferencing
654 return x; // Previously we return and uninitialized value when
666 // concerned). This previously triggered a crash due to an invalid assertion.
699 // Previously this would crash once we started eagerly evaluating symbols whose
707 // This previously caused a crash because it triggered an assertion in APSInt.
718 // This previously caused a crash because it triggered an assertion in APSInt.
847 // Previously we got a false positive about 'v' being uninitialized.
853 // Previously this caused an assertion failure.
936 // This previously triggered a crash.
958 // The CFG for code containing an empty @synchronized block was previously
1138 // This previously triggered an assertion failure in CFGBuilder.
1154 // This test case previously resulted in a bogus null deref warning from
1187 // This previously caused a crash, although we likely need more precise
1197 // This previously resulted in a crash.
1282 // PR 9467. Tests various CFG optimizations. This previously crashed.