diff options
author | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2016-08-07 22:26:04 +0000 |
---|---|---|
committer | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2016-08-07 22:26:04 +0000 |
commit | 2fdf202493fcef9a3cf7c1b14843090d9eef2539 (patch) | |
tree | 15d8784c2e0a349d797d96d8101077240a904938 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | |
parent | faf3149df62ab1f98e21526b68686a7c62a11062 (diff) | |
download | llvm-2fdf202493fcef9a3cf7c1b14843090d9eef2539.zip llvm-2fdf202493fcef9a3cf7c1b14843090d9eef2539.tar.gz llvm-2fdf202493fcef9a3cf7c1b14843090d9eef2539.tar.bz2 |
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Summary:
The synopsis in C++11 subclause 28.8 [re.regex] has:
```
basic_regex(const charT* p, size_t len,
flag_type f = regex_constants::ECMAScript);
```
The default argument is added to libc++ by this change.
Reviewers: mclow.lists, rsmith, hubert.reinterpretcast
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D22702
Reapplies r277966.
Patch by Jason Liu!
llvm-svn: 277968
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions