[llvm-bugs] [Bug 39760] New: static constexpr member definition not emitted with c++14

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 22 16:50:02 PST 2018


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

            Bug ID: 39760
           Summary: static constexpr member definition not emitted with
                    c++14
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Modules
          Assignee: unassignedclangbugs at nondot.org
          Reporter: andrewjcg at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

Accessing the address of a static constexpr member variable does not cause a
definition to be emitted when using modules.

Repro:  https://reviews.llvm.org/differential/diff/175074/

-- 
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/20181123/7b59a6c6/attachment.html>


More information about the llvm-bugs mailing list