commit | 7491a160311b10bd073b65233787b932f9d79675 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Tue Jul 23 16:18:04 2013 |
committer | Howard Hinnant <[email protected]> | Tue Jul 23 16:18:04 2013 |
tree | 2c75e840df27279f7563be6d5d2e45beabd9e4fe | |
parent | 9b3d2c026039a3a888de78ee86ccf1da3cf01dca [diff] |
Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was ignoring capture groups inside lookahead assertions. For example, matching /(?=(a))(a)/ to "a" should yield two captures: \1 = "a", \2 = "a" llvm-svn: 186954