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

David Majnemer <[email protected]> changed:

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

--- Comment #3 from David Majnemer <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to