Lines Matching refs:PR
76 // Reduced test case from crash in PR 2796;
141 // - Tests a regression reported in PR 3211: http://llvm.org/bugs/show_bug.cgi?id=3211
171 // PR 3422
179 // PR 3543 (handle empty statement expressions)
214 // PR 3770
227 // PR 3772
241 // PR 3780 - This tests that StmtIterator isn't broken for VLAs in DeclGroups.
296 // PR 4033. A symbolic 'void *' pointer can be used as the address for a
490 // PR 4594 - This was a crash when handling casts in SimpleSValuator.
672 // PR 4988 - This test exhibits a case where a function can be referenced
810 // PR 6033 - Test emitting the correct output in a warning where we use '%'
976 // PR 7361 - Test that functions wrapped in macro instantiations are analyzed.
986 // PR 7491 - Test that symbolic expressions can be used as conditions.
1004 // PR 7475 - Test that assumptions about global variables are reset after
1059 // PR 8050 - crash in CastSizeChecker when pointee is an incomplete type
1146 // PR 8149 - GNU statement expression in condition of ForStmt.
1152 // PR 8458 - Make sure @synchronized doesn't crash with properties.
1162 // PR 8440 - False null dereference during store to array-in-field-in-global.
1183 // PR 5272
1206 // PR 8619 - Handle ternary expressions with a call to a noreturn function.
1215 // PR 8646 - crash in the analyzer when handling unions.
1237 // PR 9269 - don't assert when building the following CFG. The for statement
1292 // PR 9467. Tests various CFG optimizations. This previously crashed.