summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
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
commit1aa18f206362ca24fe105e4c95836cb3eea66e36 (patch)
treeee79ffb2029a569942ec86713bcc222b89841d11 /clang/lib/Sema/SemaExpr.cpp
parent214e13d94944a1ecdef3853ec87ef2cec1078814 (diff)
downloadbcm5719-llvm-1aa18f206362ca24fe105e4c95836cb3eea66e36.tar.gz
bcm5719-llvm-1aa18f206362ca24fe105e4c95836cb3eea66e36.zip
Fix typos, remove unused private members of CommonOptionsParser, NFC
llvm-svn: 311544
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
-rw-r--r--clang/lib/Sema/SemaExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp
index 2a36a83daf6..510c5214d48 100644
--- a/clang/lib/Sema/SemaExpr.cpp
+++ b/clang/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) {
OpenPOWER on IntegriCloud