[LLVMbugs] [Bug 20705] Crash on invalid in lambda expression

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 21 18:20:29 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20705

rtrieu at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from rtrieu at google.com ---
Fixed in r216254

Also can be reduced without the lambda to:

template <typename T1, typename T2>
class PC {
};

template <typename T>
class P {
  static typename PC<T, Invalid>::Type Foo();
};

-- 
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/20140822/16efb0db/attachment.html>


More information about the llvm-bugs mailing list