[cfe-commits] r76299 - /cfe/trunk/include/clang/AST/DeclBase.h
Argiris Kirtzidis
akyrtzi at gmail.com
Sat Jul 18 01:50:48 PDT 2009
Author: akirtzidis
Date: Sat Jul 18 03:50:48 2009
New Revision: 76299
URL: http://llvm.org/viewvc/llvm-project?rev=76299&view=rev
Log:
Fix a comment.
Modified:
cfe/trunk/include/clang/AST/DeclBase.h
Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=76299&r1=76298&r2=76299&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Sat Jul 18 03:50:48 2009
@@ -318,7 +318,7 @@
return const_cast<Decl*>(this)->getCanonicalDecl();
}
- /// \brief Whether this particular Decl is a primary one.
+ /// \brief Whether this particular Decl is a canonical one.
bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
protected:
More information about the cfe-commits
mailing list