aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Weinig <sam.weinig@gmail.com>2009-09-11 03:29:30 +0000
committerSam Weinig <sam.weinig@gmail.com>2009-09-11 03:29:30 +0000
commitcce6ebc4edde2a9468daabc2b5d18bd2e9b6219e (patch)
tree03d9e56a6fed5a49fa2c6ca6725b8750bc9fd439
parent773f3973cf5e2b6b8788e895967dcb3c1e6ffe79 (diff)
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81500 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Sema/SemaExpr.cpp2
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;
-}
+ }
}