summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CloneDetection.cpp
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2018-08-09 20:21:09 +0000
committerStephen Kelly <steveire@gmail.com>2018-08-09 20:21:09 +0000
commit94d33c04ab5c11f893bca0344697f537b59f3eac (patch)
tree3c194059e2a7b6a415802960fb6b0164d7fbe859 /clang/lib/Analysis/CloneDetection.cpp
parentca256d93fb352746a9f1912e1838804a0e1efc4f (diff)
downloadbcm5719-llvm-94d33c04ab5c11f893bca0344697f537b59f3eac.tar.gz
bcm5719-llvm-94d33c04ab5c11f893bca0344697f537b59f3eac.zip
Fix build
llvm-svn: 339379
Diffstat (limited to 'clang/lib/Analysis/CloneDetection.cpp')
-rw-r--r--clang/lib/Analysis/CloneDetection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CloneDetection.cpp b/clang/lib/Analysis/CloneDetection.cpp
index 8912b3b7675..c0b9b5c0823 100644
--- a/clang/lib/Analysis/CloneDetection.cpp
+++ b/clang/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();
}
OpenPOWER on IntegriCloud