[llvm-bugs] [Bug 35978] New: llvm::Optional<T> not trivially copyable if T is trivially copyable

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 16 15:40:57 PST 2018


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

            Bug ID: 35978
           Summary: llvm::Optional<T> not trivially copyable if T is
                    trivially copyable
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: chisophugis at gmail.com
                CC: llvm-bugs at lists.llvm.org

This causes clang-tidy's performance-unnecessary-value-param to fire on it
(which presumably indicates a performance problem).

-- 
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/20180116/b972d9da/attachment.html>


More information about the llvm-bugs mailing list