[PATCH] D37958: [libc++] Correctly propagate user-defined lookup_classname().

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 17 00:04:52 PDT 2017


timshen created this revision.
Herald added a subscriber: sanjoy.
Herald added a reviewer: EricWF.

Always lookup the class name, even when the traits type is regex_traits<>.
The lookup happens at regex compile time, so it shouldn't affect the performance.

I also added ja_JP.UTF-8 as a common locale.


https://reviews.llvm.org/D37958

Files:
  libcxx/include/regex
  libcxx/test/std/re/re.traits/lookup_classname_user_defined.pass.cpp
  libcxx/utils/libcxx/test/target_info.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37958.115558.patch
Type: text/x-patch
Size: 7282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170917/037f160d/attachment.bin>


More information about the cfe-commits mailing list