summaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/TransProtectedScope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ARCMigrate/TransProtectedScope.cpp')
-rw-r--r--lib/ARCMigrate/TransProtectedScope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ARCMigrate/TransProtectedScope.cpp b/lib/ARCMigrate/TransProtectedScope.cpp
index e9485e4bdb..bfc542e749 100644
--- a/lib/ARCMigrate/TransProtectedScope.cpp
+++ b/lib/ARCMigrate/TransProtectedScope.cpp
@@ -73,7 +73,7 @@ public:
Curr = Curr->getNextSwitchCase();
}
- SourceLocation NextLoc = S->getLocEnd();
+ SourceLocation NextLoc = S->getEndLoc();
Curr = S->getSwitchCaseList();
// We iterate over case statements in reverse source-order.
while (Curr) {