r339379 - Fix build
Stephen Kelly via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 9 13:21:09 PDT 2018
Author: steveire
Date: Thu Aug 9 13:21:09 2018
New Revision: 339379
URL: http://llvm.org/viewvc/llvm-project?rev=339379&view=rev
Log:
Fix build
Modified:
cfe/trunk/lib/Analysis/CloneDetection.cpp
Modified: cfe/trunk/lib/Analysis/CloneDetection.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CloneDetection.cpp?rev=339379&r1=339378&r2=339379&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/CloneDetection.cpp (original)
+++ cfe/trunk/lib/Analysis/CloneDetection.cpp Thu Aug 9 13:21:09 2018
@@ -77,7 +77,7 @@ ASTContext &StmtSequence::getASTContext(
return D->getASTContext();
}
-SourceLocation StmtSequence::getStartLoc() const {
+SourceLocation StmtSequence::getBeginLoc() const {
return front()->getLocStart();
}
More information about the cfe-commits
mailing list