This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e54a22f80 [libcxx] Correctly handle invalid regex character class names new 8286acce4 [libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal [...]
The 1 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/tuple | 21 ++---- .../diagnose_reference_binding.fail.cpp | 40 ----------- .../PR20855_tuple_ref_binding_diagnostics.fail.cpp | 80 ++++++++++++++++++++++ ...PR20855_tuple_ref_binding_diagnostics.pass.cpp} | 79 +++++++++++++++++++-- 4 files changed, 159 insertions(+), 61 deletions(-) delete mode 100644 test/libcxx/utilities/tuple/tuple.tuple/diagnose_reference_bind [...] create mode 100644 test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tup [...] rename test/{libcxx/utilities/tuple/tuple.tuple/diagnose_reference_binding.pass.cp [...]