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

Eric Christopher <echri...@gmail.com> changed:

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

--- Comment #8 from Eric Christopher <echri...@gmail.com> ---
Seems fixed:

echristo-macbookpro2:~/tmp> clang -std=c++11 foo.cpp -c
echristo-macbookpro2:~/tmp> cat foo.cpp
struct ThreadWrapper {
  virtual ~ThreadWrapper() = 0;
};
void foo() {
  ThreadWrapper *y;
  y->~ThreadWrapper();
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to