Skip to content

Commit 41df274

Browse files
committed
Rename impl
1 parent 5238436 commit 41df274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/ExtendedTaintAnalysis/AbstractMemoryLocationFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ AbstractMemoryLocationFactoryBase::createImpl(const llvm::Value *V,
245245
}
246246

247247
[[nodiscard]] const AbstractMemoryLocationImpl *
248-
AbstractMemoryLocationFactoryBase::GetOrCreateZeroImpl() const {
248+
AbstractMemoryLocationFactoryBase::getOrCreateZeroImpl() const {
249249
// Can allocate without Allocator, because the number of offsets is zero
250250
static detail::AbstractMemoryLocationImpl Zero = nullptr;
251251
return &Zero;

0 commit comments

Comments
 (0)