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

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 10 09:42:48 PST 2022


Quuxplusone added inline comments.


================
Comment at: libcxx/utils/generate_header_tests.py:210-211
                  exclusions=['cassert'])
+    produce_test('alphabetic_macros.compile.pass.cpp',
+                 post_include='TEST_MACROS();')
 
----------------
Oh, I guess this should be alphabetized above `double_include`. Will fix.


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