[PATCH] D46820: Fix __uuidof handling on non-type template parameter in C++17

Taiju Tsuiki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 16 21:48:42 PDT 2018


tzik marked an inline comment as done.
tzik added inline comments.


================
Comment at: test/SemaCXX/PR24986.cpp:12
+  f<&__uuidof(0)>();
+}
----------------
thakis wrote:
> Maybe this test could be in test/SemaCXX/ms-uuid.cpp instead?
OK, moved there.


Repository:
  rC Clang

https://reviews.llvm.org/D46820





More information about the cfe-commits mailing list