]> granicus.if.org Git - clang/commitdiff
Fix build
authorStephen Kelly <steveire@gmail.com>
Thu, 9 Aug 2018 20:21:09 +0000 (20:21 +0000)
committerStephen Kelly <steveire@gmail.com>
Thu, 9 Aug 2018 20:21:09 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339379 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CloneDetection.cpp

index 8912b3b7675121ba27ed98d817e4e4e524fe8d28..c0b9b5c0823aa20904f2e98127a91fdb1da39d37 100644 (file)
@@ -77,7 +77,7 @@ ASTContext &StmtSequence::getASTContext() const {
   return D->getASTContext();
 }
 
-SourceLocation StmtSequence::getStartLoc() const {
+SourceLocation StmtSequence::getBeginLoc() const {
   return front()->getLocStart();
 }