This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 38c2a37 [libcxx] Make regex_match backtrack when search fails new 6994470 Add __libcpp_version file and __libcpp_library_version function. new 68635ee Update mac ABI list
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 7 +++++++ include/__libcpp_version | 1 + lib/abi/CHANGELOG.TXT | 5 +++++ lib/abi/x86_64-apple-darwin16.0.abilist | 1 + lib/abi/x86_64-linux-gnu.abilist | 1 + src/libcpp_version.cpp | 14 ++++++++++++++ .../version_cassert.pass.cpp => version.pass.cpp} | 19 ++++++++++++++----- 7 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 include/__libcpp_version create mode 100644 src/libcpp_version.cpp copy test/libcxx/{diagnostics/assertions/version_cassert.pass.cpp => version.pass. [...]