We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a435c commit c006029Copy full SHA for c006029
include/phasar/Pointer/AliasInfo.h
@@ -215,8 +215,8 @@ class [[gsl::Pointer]] AliasInfoRef
215
[](void *AA, ByConstRef<v_t> Of, ByConstRef<n_t> At,
216
llvm::function_ref<void(v_t)> WithAlias) {
217
if constexpr (IsAliasIterator<ConcreteAA>) {
218
- return static_cast<ConcreteAA *>(AA)->aliasesof(Of, At,
219
- WithAlias);
+ return static_cast<ConcreteAA *>(AA)->forallAliasesOf(Of, At,
+ WithAlias);
220
} else {
221
auto AliasSetPtr =
222
static_cast<ConcreteAA *>(AA)->getAliasSet(Of, At);
0 commit comments