[cfe-commits] r135705 - in /cfe/trunk: include/clang/Serialization/ASTReader.h lib/Serialization/ASTReader.cpp
Douglas Gregor
dgregor at apple.com
Thu Jul 21 23:10:52 PDT 2011
On Jul 21, 2011, at 10:27 PM, Douglas Gregor wrote:
>
> On Jul 21, 2011, at 6:48 PM, Jonathan D. Turner wrote:
>
>> 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.
>
> Looks good, thanks!
FWIW, I pulled this into r135750.
- Doug
More information about the cfe-commits
mailing list