From: Stephen Kelly Date: Thu, 9 Aug 2018 20:21:09 +0000 (+0000) Subject: Fix build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24033d84f789b320f619bcdbfa8cdeb08e123813;p=clang Fix build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339379 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CloneDetection.cpp b/lib/Analysis/CloneDetection.cpp index 8912b3b767..c0b9b5c082 100644 --- a/lib/Analysis/CloneDetection.cpp +++ b/lib/Analysis/CloneDetection.cpp @@ -77,7 +77,7 @@ ASTContext &StmtSequence::getASTContext() const { return D->getASTContext(); } -SourceLocation StmtSequence::getStartLoc() const { +SourceLocation StmtSequence::getBeginLoc() const { return front()->getLocStart(); }