summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
-rw-r--r--clang/lib/Sema/SemaChecking.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp
index 0f6b6a689e3..5f12ea0b220 100644
--- a/clang/lib/Sema/SemaChecking.cpp
+++ b/clang/lib/Sema/SemaChecking.cpp
@@ -6145,18 +6145,10 @@ class FormatStringLiteral {
StartToken, StartTokenByteOffset);
}
- LLVM_ATTRIBUTE_DEPRECATED(SourceLocation getLocStart() const LLVM_READONLY,
- "Use getBeginLoc instead") {
- return getBeginLoc();
- }
SourceLocation getBeginLoc() const LLVM_READONLY {
return FExpr->getBeginLoc().getLocWithOffset(Offset);
}
- LLVM_ATTRIBUTE_DEPRECATED(SourceLocation getLocEnd() const LLVM_READONLY,
- "Use getEndLoc instead") {
- return getEndLoc();
- }
SourceLocation getEndLoc() const LLVM_READONLY { return FExpr->getEndLoc(); }
};
OpenPOWER on IntegriCloud