Skip to content

Commit 5238436

Browse files
committed
Fixes function name to lower case
1 parent 70e11da commit 5238436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/ExtendedTaintAnalysis/AbstractMemoryLocationFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class AbstractMemoryLocationFactoryBase {
9797

9898
const AbstractMemoryLocationImpl *createImpl(const llvm::Value *V,
9999
unsigned BOUND);
100-
const AbstractMemoryLocationImpl *GetOrCreateZeroImpl() const;
100+
const AbstractMemoryLocationImpl *getOrCreateZeroImpl() const;
101101
const AbstractMemoryLocationImpl *
102102
withIndirectionOfImpl(const AbstractMemoryLocationImpl *AML,
103103
llvm::ArrayRef<ptrdiff_t> Ind);

0 commit comments

Comments
 (0)