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

Sebastian Redl sebastian.redl at getdesigned.at
Wed Nov 25 10:03:21 PST 2009


Douglas Gregor wrote:
> ... but Redeclarable.h doesn't include Type.h. I checked, and there 
> aren't any using declarations or directives in scope that would make 
> llvm::cast visible in namespace clang in Redeclarable.h.
Have we ever run all headers standalone through GCC? I simply think that 
all translation units include Type.h before Redeclarable.h. I'm very 
likely right about this, since I believe the only file that includes 
Redeclarable.h is Decl.h, which include DeclBase.h first, which in turn 
includes Type.h.

Sebastian



More information about the cfe-commits mailing list