Skip to content

Commit cdb2f85

Browse files
committed
Merge branch 'development' into f-SparseIDE
2 parents cf14f78 + c1a75ed commit cdb2f85

File tree

51 files changed

+2697
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2697
-464
lines changed

BreakingChanges.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## development HEAD
44

5+
- Removed the phasar-library `phasar_controller`. It is now part of the tool `phasar-cli`.
56
- The API of the `TypeHierarchy` interface (and thus the `LLVMTypeHierarchy` and `DIBasedTypeHierarchy` as well) has changed:
67
- No handling of the super-type relation (only sub-types)
78
- No VTable handling anymore -- has been out-sourced into `LLVMVFTableProvider`

Config.cmake.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ set(PHASAR_COMPONENTS
3737
llvm
3838
llvm_ifdside
3939
analysis_strategy
40-
controller
4140
)
4241

4342
list(REMOVE_DUPLICATES phasar_FIND_COMPONENTS)

0 commit comments

Comments
 (0)