You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BreakingChanges.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
4
4
5
5
*None*
6
6
7
+
## v2510
8
+
9
+
- Removed some old APIs from `PhasarConfig`
10
+
- Removed the header `phasar/Config/Version.h`. Use the generated header `phasar/Config/phasar-config.h` instead.
11
+
- Removed `getAsJson()` from various classes. Use `printAsJson(llvm::raw_ostream &)` instead.
12
+
- Removed `CallGraphAnalysisType::DTA` and the `DTAResolver` (see below)
13
+
- Removed the legacy flow functions `Identity`, `LambdaFlow`, etc. Use the static functions from `FlowFunctionTemplates` instead.
14
+
- Removed getter-functions from `GeneralStatistics`. Use the corresponding public fields instead.
15
+
- Removed `LLVMAliasGraph`. Use `LLVMAliasSet` instead.
16
+
- Removed `TypeGraphs/*` as they are not used.
17
+
- Removed the namespace-scoped function `initializeLogger()`. Use the static functions in the `Logger` class instead.
18
+
- Removed `legacy::stripPointer(const llvm::Type *)` as it does not work anymore with opaque pointers.
19
+
20
+
7
21
## v2503
8
22
9
23
- The `DTAResolver` and the cli option `--call-graph-analysis=dta` do not work anymore (due to opaque pointers) and will be removed for the next release. Please use the `OTF` or `RTA` resolver instead.
0 commit comments