[libcxx-commits] [PATCH] D62453: Regex backreference [3/3] Validate backreferences in the constructor.
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 26 08:00:22 PDT 2019
mclow.lists added a comment.
I think you need more diverse tests here.
What about a reference to a pattern that hasn't been defined yet? Is that valid? Something like `"\\1(cat)"`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62453/new/
https://reviews.llvm.org/D62453
More information about the libcxx-commits
mailing list