[cfe-commits] r76297 - in /cfe/trunk: include/clang/AST/Decl.h include/clang/AST/Redeclarable.h lib/AST/Decl.cpp

Douglas Gregor dgregor at apple.com
Sat Jul 18 03:10:19 PDT 2009


On Jul 18, 2009, at 10:50 AM, Argiris Kirtzidis wrote:

> Author: akirtzidis
> Date: Sat Jul 18 03:50:13 2009
> New Revision: 76297
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76297&view=rev
> Log:
> Introduce the Redeclarable template class, which serves as a base  
> type defining the common interface for Decls that can be redeclared.
> Make FunctionDecl and VarDecl use it.

This is a nice clean-up. Thanks, Argiris!

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090718/f4d83a82/attachment.html>


More information about the cfe-commits mailing list