This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e6966fe563 Revert "Make clang-based tools find libc++ on MacOS" new 8e8c9f7c8a Implement P1094R2 (nested inline namespaces)
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/clang/Basic/DiagnosticParseKinds.td | 5 + include/clang/Parse/Parser.h | 13 ++- lib/Parse/ParseDeclCXX.cpp | 104 +++++++++++++-------- .../cxx2a-inline-nested-namespace-definition.cpp | 51 ++++++++++ www/cxx_status.html | 2 +- 5 files changed, 130 insertions(+), 45 deletions(-) create mode 100644 test/Parser/cxx2a-inline-nested-namespace-definition.cpp