[cfe-commits] r75604 - in /cfe/trunk: include/clang/AST/Decl.h lib/AST/Decl.cpp
Argyrios Kyrtzidis
kyrtzidis at apple.com
Wed Jul 15 13:28:12 PDT 2009
On Jul 14, 2009, at 12:11 AM, Douglas Gregor wrote:
>
> This is mostly copy-paste-and-modify from VarDecl's redecl_iterator.
> Can we extract the common functionality into a template? We'll also
> need the same behavior for other kinds of entities that can be
> redeclared---tag types and templates, for example.
Sure, will look into it.
-Argiris
More information about the cfe-commits
mailing list