[Lldb-commits] [PATCH] D100977: [lldb] Use forward type in pointer-to-member

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 26 09:41:39 PDT 2021


teemperor added a comment.

Sorry and thanks for commenting Stella!

So it seems that using an incomplete type in the test is rejected by GCC and MSVC but accepted by Clang and ICC. I believe that should be accepted and that's also what the internet(TM) and Shafik are saying, so I'm going to skip the test for those compilers.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100977/new/

https://reviews.llvm.org/D100977



More information about the lldb-commits mailing list