[cfe-commits] r89822 - /cfe/trunk/include/clang/AST/Redeclarable.h

Sebastian Redl sebastian.redl at getdesigned.at
Wed Nov 25 00:46:34 PST 2009


On Wed, 25 Nov 2009 00:38:36 -0000, Douglas Gregor <dgregor at apple.com>
wrote:
> Author: dgregor
> Date: Tue Nov 24 18:38:36 2009
> New Revision: 89822
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=89822&view=rev
> Log:
> Qualify the name of the llvm::cast template. I am somewhat amazed that
GCC
> parsed this

Doesn't some AST header import cast & friends into the Clang namespace?
It's likely that this header was always included before Redeclarable.h.

Sebastian




More information about the cfe-commits mailing list