[llvm-bugs] [Bug 29097] [PCH/Modules] missing update records for default member initializers

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 24 14:26:03 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=29097

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
          Component|Modules                     |C++11
         Resolution|---                         |FIXED
            Summary|r279314 broke modules       |[PCH/Modules] missing
                   |selfhost                    |update records for default
                   |                            |member initializers

--- Comment #8 from Richard Smith <richard-llvm at metafoo.co.uk> ---
We were missing update records for the case where a default member initializer
is instantiated in a different AST file from the AST file where the
corresponding FieldDecl was instantiated.

This bug also affects chained PCH.

Fixed in r279667.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160824/54dffffd/attachment.html>


More information about the llvm-bugs mailing list