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

Richard Smith <richard-l...@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-l...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to