[cfe-commits] r76273 - in /cfe/trunk: include/clang/AST/Decl.h include/clang/AST/DeclBase.h include/clang/AST/DeclTemplate.h lib/AST/ASTContext.cpp lib/AST/Decl.cpp lib/AST/DeclTemplate.cpp lib/Index/DeclReferenceMap.cpp

Douglas Gregor dgregor at apple.com
Sat Jul 18 01:18:13 PDT 2009


On Jul 18, 2009, at 2:34 AM, Argiris Kirtzidis wrote:

> Author: akirtzidis
> Date: Fri Jul 17 19:34:07 2009
> New Revision: 76273
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76273&view=rev
> Log:
> Move the functionality of ASTContext::getCanonicalDecl(), into a  
> virtual method Decl::getCanonicalDecl().

This is much cleaner. Thanks!

	- Doug



More information about the cfe-commits mailing list