[cfe-commits] r82703 - in /cfe/trunk: clang.xcodeproj/project.pbxproj include/clang/Frontend/ASTConsumers.h lib/Frontend/ASTConsumers.cpp tools/clang-cc/clang-cc.cpp

Anders Carlsson andersca at mac.com
Fri Sep 25 23:42:17 PDT 2009


25 sep 2009 kl. 23.41 skrev Daniel Dunbar:
>
> I think this should just be a .dump() on ASTRecordLayout, which is the
> FIXME I presume.
>

An ASTRecord doesn't know which RecordDecl it was generated from, so  
we'd need a DumpRecordLayout(const RecordDecl *) on the ASTContext.

Anders

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090925/159e97f5/attachment.html>


More information about the cfe-commits mailing list