summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2017-08-23 10:43:26 +0000
committerJohannes Altmanninger <aclopte@gmail.com>2017-08-23 10:43:26 +0000
commitba1ec3c54a66286fe964b2f79286e706e45e7b9e (patch)
treebc4c2a047900b03ad66c4987f007fe69ea5b784f /lib
parent4d26b24b68c942f78286451059b3c94ecec368a3 (diff)
downloadclang-ba1ec3c54a66286fe964b2f79286e706e45e7b9e.tar.gz
Fix typos, remove unused private members of CommonOptionsParser, NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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 2a36a83daf..510c5214d4 100644
--- a/lib/Sema/SemaExpr.cpp
+++ b/lib/Sema/SemaExpr.cpp
@@ -14629,7 +14629,7 @@ static void MarkExprReferenced(Sema &SemaRef, SourceLocation Loc,
ME->getBase(), SemaRef.getLangOpts().AppleKext);
if (DM)
SemaRef.MarkAnyDeclReferenced(Loc, DM, MightBeOdrUse);
-}
+}
/// \brief Perform reference-marking and odr-use handling for a DeclRefExpr.
void Sema::MarkDeclRefReferenced(DeclRefExpr *E, const Expr *Base) {