[libcxx-commits] [PATCH] D116957: [libc++] [test] Add a test for proper _Uglification of template parameter names

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 11 09:16:01 PST 2022


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

I think we should somehow merge this with `test/support/nasty_macros.h`. Either add these macros to `nasty_macros.h` (but that would probably break a lot of our test suite), or instead remove `nasty_macros.h` and move the macros defined therein into this test. I think the latter would be better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116957



More information about the libcxx-commits mailing list