summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2015-10-18 20:32:12 +0000
committerNick Lewycky <nicholas@mxc.ca>2015-10-18 20:32:12 +0000
commit4b81fc87ad0d952bea640f3f39233a75cc73d8cb (patch)
tree49948237c1b8a75fc671df70095d8de4a3cbcf2a /clang/lib/AST/DeclBase.cpp
parentb25445cb48a1641f9111b61b0e4ac61a313ccbb9 (diff)
downloadbcm5719-llvm-4b81fc87ad0d952bea640f3f39233a75cc73d8cb.tar.gz
bcm5719-llvm-4b81fc87ad0d952bea640f3f39233a75cc73d8cb.zip
No functionality change, just fix whitespace, a typo and remove an unnecessary
emacs mode marker. (Changes left behind from another patch that ended up not working out.) llvm-svn: 250666
Diffstat (limited to 'clang/lib/AST/DeclBase.cpp')
-rw-r--r--clang/lib/AST/DeclBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp
index c34126ee18d..406dff68993 100644
--- a/clang/lib/AST/DeclBase.cpp
+++ b/clang/lib/AST/DeclBase.cpp
@@ -1233,7 +1233,7 @@ void DeclContext::addHiddenDecl(Decl *D) {
}
// Notify a C++ record declaration that we've added a member, so it can
- // update it's class-specific state.
+ // update its class-specific state.
if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(this))
Record->addedMember(D);
OpenPOWER on IntegriCloud