File tree
4 files changed
+46
-1
lines changed- server/test
- framework
- suites/regression
- submodules
4 files changed
+46
-1
lines changedLines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
343 | 371 |
| |
344 | 372 |
| |
345 | 373 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
52 | 54 |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
- include/klee/Module/KType.h+27
- lib/Core/CXXTypeSystem/CXXTypeManager.cpp+108-1
- lib/Core/CXXTypeSystem/CXXTypeManager.h+8
- lib/Core/Executor.cpp+28-2
- lib/Core/TypeManager.cpp+12-1
- lib/Core/TypeManager.h+1
- lib/Module/KType.cpp+7-3
- test/Feature/NullPointerDereferenceCheck.c+12
- test/Feature/types/ArrayAccess.c+3-3
- test/Feature/types/InnerStructAccess.c+1-1
- test/Feature/types/StructDereference.c+1-1
- test/Feature/types/SymbolicPointerMultipleResolve.c+5-5
- test/Feature/types/UnionAccess.c+1-1
- test/Feature/types/effective-type/EffectiveTypeFirstRead.c+3-3
- test/Feature/types/effective-type/EffectiveTypeMalloc.c+1-1
- test/Feature/types/effective-type/EffectiveTypeMemset.c+4-4
- test/Feature/types/effective-type/EffectiveTypeRealloc.c+3-3
- test/Feature/types/effective-type/OperatorNew.cpp+3-3
- test/Feature/types/pointers-alignment/ArrayPointerAlignment.c+23
- test/Feature/types/pointers-alignment/DefaultPointerAlignment.c+24
- test/Feature/types/pointers-alignment/EffectiveTypePointerAlignment.c+26
- test/Feature/types/pointers-alignment/StructurePointerAlignment.c+31
- test/Feature/types/pointers-alignment/StructurePointerWithOffsetAlignment.c+35
0 commit comments