aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Redeclarable.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-19 13:08:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-19 13:08:51 +0000
commiteaa9035a782fe845ecef4f00029ec33baa2cb701 (patch)
treea6c2b21be15ec4834b74e86a309916ee7995f170 /include/clang/AST/Redeclarable.h
parenta898a41a9ba82e21613acb066ba7e582a18f197e (diff)
downloadclang-eaa9035a782fe845ecef4f00029ec33baa2cb701.tar.gz
Comment improvement.
Thanks to Sean Silva for the suggestion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/Redeclarable.h')
-rw-r--r--include/clang/AST/Redeclarable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Redeclarable.h b/include/clang/AST/Redeclarable.h
index 912fc456a8..106b6301ae 100644
--- a/include/clang/AST/Redeclarable.h
+++ b/include/clang/AST/Redeclarable.h
@@ -91,7 +91,7 @@ public:
return D;
}
- /// \brief Returns true if this is the first declaration.
+ /// \brief True if this is the first declaration in it's redeclaration chain.
bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }
/// \brief Returns the most recent (re)declaration of this declaration.