Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -28/+0 |
| | | | | llvm-svn: 224658 | ||||
* | [libcxx] Remove use of uniform initialization from regex tests so that they ↵ | Eric Fiselier | 2014-10-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | compile in C++03. Reviewers: danalbert, jroelofs, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5957 llvm-svn: 220707 | ||||
* | Bill Fisher: This patch fixes a bug where the regex parser doesn't advance ↵ | Howard Hinnant | 2013-07-02 | 1 | -0/+28 |
the pointer after reading the third character of an octal escape (in awk mode). That is, regex{"\141", awk} results in the regular expression /a1/ instead of just /a/. llvm-svn: 185449 |