]> granicus.if.org Git - clang/commit
Introduce the Redeclarable template class, which serves as a base type defining the...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 18 Jul 2009 08:50:13 +0000 (08:50 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 18 Jul 2009 08:50:13 +0000 (08:50 +0000)
commitf23e839e9ddea324c743d26da43fb767f90ca223
treea9f7bf15e394d35178abcd3e6b86f301739ef894
parent21b01c7e481b9c243f98155f8ab0cf4302d25f2a
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76297 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/Redeclarable.h [new file with mode: 0644]
lib/AST/Decl.cpp