commit | 94d33c04ab5c11f893bca0344697f537b59f3eac | [log] [tgz] |
---|---|---|
author | Stephen Kelly <steveire@gmail.com> | Thu Aug 09 20:21:09 2018 +0000 |
committer | Stephen Kelly <steveire@gmail.com> | Thu Aug 09 20:21:09 2018 +0000 |
tree | 3c194059e2a7b6a415802960fb6b0164d7fbe859 | |
parent | ca256d93fb352746a9f1912e1838804a0e1efc4f [diff] [blame] |
Fix build llvm-svn: 339379
diff --git a/clang/lib/Analysis/CloneDetection.cpp b/clang/lib/Analysis/CloneDetection.cpp index 8912b3b..c0b9b5c 100644 --- a/clang/lib/Analysis/CloneDetection.cpp +++ b/clang/lib/Analysis/CloneDetection.cpp
@@ -77,7 +77,7 @@ return D->getASTContext(); } -SourceLocation StmtSequence::getStartLoc() const { +SourceLocation StmtSequence::getBeginLoc() const { return front()->getLocStart(); }