[cfe-commits] r135705 - in /cfe/trunk: include/clang/Serialization/ASTReader.h lib/Serialization/ASTReader.cpp

Jonathan D. Turner jonathan.d.turner at gmail.com
Thu Jul 21 18:48:54 PDT 2011


On Thu, Jul 21, 2011 at 4:44 PM, Douglas Gregor <dgregor at apple.com> wrote:
> TotalModulesSizeInBits and GlobalBitOffset have nothing to do with CXX_BASE_SPECIFIER_OFFSETS, and they shouldn't depend on its presence or absence. Put them in the right places in ReadASTCore.
>

Moved them to after the AST is read successfully.  This seems to
prevent the ordering issue of setting them right after SizeInBits is
set.


-- 
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TotalModulesSizeInBitsMove.patch
Type: application/octet-stream
Size: 692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110721/5cf10604/attachment.obj>


More information about the cfe-commits mailing list