3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 | 2 |  | |
| 3 | 3 |  | |
|  | 4 | + | |
| 4 | 5 |  | |
| 5 | 6 |  | |
| 6 | 7 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 221 | 221 |  | |
| 222 | 222 |  | |
| 223 | 223 |  | |
|  | 224 | + | |
|  | 225 | + | |
| 224 | 226 |  | |
| 225 | 227 |  | |
| 226 | 228 |  | |
|  | |||
- include/klee/Core/TerminationTypes.h+3-3
- include/klee/Module/KType.h+84
- lib/Core/AddressSpace.cpp+47-20
- lib/Core/AddressSpace.h+10-12
- lib/Core/CMakeLists.txt+2
- lib/Core/CXXTypeSystem/CXXTypeManager.cpp+598
- lib/Core/CXXTypeSystem/CXXTypeManager.h+259
- lib/Core/Executor.cpp+300-119
- lib/Core/Executor.h+21-20
- lib/Core/Memory.cpp+15-4
- lib/Core/Memory.h+11-2
- lib/Core/SpecialFunctionHandler.cpp+70-43
- lib/Core/TypeManager.cpp+178
- lib/Core/TypeManager.h+65
- lib/Module/CMakeLists.txt+1
- lib/Module/KType.cpp+39
- lib/Runner/run_klee.cpp+2-1
- test/Feature/types/ArrayAccess.c+39
- test/Feature/types/InnerStructAccess.c+40
- test/Feature/types/StructDereference.c+31
- test/Feature/types/SymbolicPointerMultipleResolve.c+66
- test/Feature/types/SymbolicPointerSimpleResolve.c+26
- test/Feature/types/UnionAccess.c+29
- test/Feature/types/effective-type/EffectiveTypeFirstRead.c+30
- test/Feature/types/effective-type/EffectiveTypeMalloc.c+41
- test/Feature/types/effective-type/EffectiveTypeMemset.c+41
- test/Feature/types/effective-type/EffectiveTypeRealloc.c+50
- test/Feature/types/effective-type/OperatorNew.cpp+50
0 commit comments