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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
