[cfe-commits] r81057 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/Decl.h include/clang/AST/Type.h include/clang/AST/TypeNodes.def include/clang/Frontend/PCHBitCodes.h lib/AST/ASTContext.cpp lib/AST/Type.cpp lib/CodeGen/CGDebugInfo.cpp lib/Frontend/PCHReader.cpp lib/Frontend/PCHWriter.cpp lib/Sema/TreeTransform.h
John McCall
rjmccall at apple.com
Tue Sep 8 09:59:00 PDT 2009
Douglas Gregor wrote:
> I assume that the TemplateInstantiator class will (eventually) be
> overriding RebuildElaboratedType, to complain about class-key
> mismatches? (struct vs. union, etc.)
Yep. That'll be next after getting friend templateids working.
John.
More information about the cfe-commits
mailing list