<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:david.majnemer@gmail.com" title="David Majnemer <david.majnemer@gmail.com>"> <span class="fn">David Majnemer</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Crash on Win8 with invalid std::enable_if usage."
   href="http://llvm.org/bugs/show_bug.cgi?id=21161">bug 21161</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>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Crash on Win8 with invalid std::enable_if usage."
   href="http://llvm.org/bugs/show_bug.cgi?id=21161#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Crash on Win8 with invalid std::enable_if usage."
   href="http://llvm.org/bugs/show_bug.cgi?id=21161">bug 21161</a>
              from <span class="vcard"><a class="email" href="mailto:david.majnemer@gmail.com" title="David Majnemer <david.majnemer@gmail.com>"> <span class="fn">David Majnemer</span></a>
</span></b>
        <pre>This doesn't reproduce under r219174.

I get an additional diagnostic that you don't report, probably because we
didn't crash earlier:

Crash.cpp:6:24: error: use of undeclared identifier 'FAKE'
 static std::enable_if<FAKE>::type foo() {
                       ^
Crash.cpp:6:31: error: non-friend class member 'type' cannot have a qualified
name
 static std::enable_if<FAKE>::type foo() {
                            ~~^
Crash.cpp:6:31: error: no member named 'type' in the global namespace
 static std::enable_if<FAKE>::type foo() {
                            ~~^
Crash.cpp:6:35: error: expected ';' at end of declaration list
 static std::enable_if<FAKE>::type foo() {

Feel free to reopen this bug if you can reproduce with a clang >= r219174.</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>