aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclFriend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AST/DeclFriend.cpp')
-rw-r--r--lib/AST/DeclFriend.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/AST/DeclFriend.cpp b/lib/AST/DeclFriend.cpp
index 99bfe40c31..e44333effa 100644
--- a/lib/AST/DeclFriend.cpp
+++ b/lib/AST/DeclFriend.cpp
@@ -16,6 +16,8 @@
#include "clang/AST/DeclTemplate.h"
using namespace clang;
+void FriendDecl::anchor() { }
+
FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC,
SourceLocation L,
FriendUnion Friend,