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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 16 04:58:47 PDT 2018


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

lgtm, but:



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


Repository:
  rC Clang

https://reviews.llvm.org/D46820





More information about the cfe-commits mailing list