<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serge.guelton@telecom-bretagne.eu" title="serge.guelton@telecom-bretagne.eu">serge.guelton@telecom-bretagne.eu</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Undefined behavior in SmallVector implementation"
   href="https://bugs.llvm.org/show_bug.cgi?id=36651">bug 36651</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Undefined behavior in SmallVector implementation"
   href="https://bugs.llvm.org/show_bug.cgi?id=36651#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Undefined behavior in SmallVector implementation"
   href="https://bugs.llvm.org/show_bug.cgi?id=36651">bug 36651</a>
              from <span class="vcard"><a class="email" href="mailto:serge.guelton@telecom-bretagne.eu" title="serge.guelton@telecom-bretagne.eu">serge.guelton@telecom-bretagne.eu</a>
</span></b>
        <pre>This got fixed as a combination of r351820, r351821, r351705, r351702 and
r351701 which provides a portable implementation of std::is_trivially_copyable,
and uses it instead of the now obsolete isPodLike trait to specialize
SmallVector.

The two noteworthy types that used to be marked as isPodLike and are no longer
are std::pair and llvm::Optional.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>