diff options
-rw-r--r-- | lib/Sema/SemaExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 3f456d4d9b..a4a612306a 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -6122,6 +6122,6 @@ void Sema::MarkDeclarationReferenced(SourceLocation Loc, Decl *D) { D->setUsed(true); return; -} + } } |