[PATCH] D142315: [clang] Add test for CWG1111

Vlad Serebrennikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:39:26 PST 2023


Endill added inline comments.


================
Comment at: clang/test/CXX/drs/dr11xx.cpp:31
+  }
+}
+
----------------
erichkeane wrote:
> Can you also add the last example (with struct A) from the issue, and find a way to confirm that it is calling the right version?
Nice catch, thank you. Long exposure to P1787 makes one pay less attention to resolutions in CWG issues, it seems :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142315



More information about the cfe-commits mailing list