summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.traits/lookup_classname.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-211/+0
| | | | llvm-svn: 224658
* Base regex code on char_class_type.Dan Albert2014-07-291-1/+3
| | | | | | | | | | | | __get_classname() and __bracket_expression were assuming that char_class_type was ctype_base::mask rather than using regex_traits<_CharT>::char_class_type. This change allows char_class_type to be defined to something other than ctype_base::mask so that the implementation will still work for platforms with an 8-bit ctype mask (such as Android and OpenBSD). llvm-svn: 214201
* LWG Issue #2271: regex_traits::lookup_classname specification unclear. ↵Marshall Clow2014-03-041-6/+6
| | | | | | libc++ already does the right thing; just update the tests. llvm-svn: 202904
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-051-1/+1
| | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-031-1/+1
| | | | llvm-svn: 171452
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with ↵Howard Hinnant2010-06-211-1/+186
| | | | | | <regex>. llvm-svn: 106478
* Just getting our toes wet on <regex>Howard Hinnant2010-06-171-0/+24
llvm-svn: 106187
OpenPOWER on IntegriCloud