This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from cac9e30 [libc++] Avoid <memory> include in locale_win32.h new 833d644 [libc++] Fix and document visibility attributes for Clang, GC [...]
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: CMakeLists.txt | 1 - docs/DesignDocs/VisibilityMacros.rst | 85 ++++++++++++++++++ docs/index.rst | 1 + include/__config | 168 +++++++++++++++++------------------ include/__locale | 12 +-- include/__string | 3 +- include/experimental/filesystem | 8 +- include/istream | 6 +- include/locale | 72 +++++++-------- include/ostream | 4 +- include/streambuf | 8 +- include/string | 8 +- include/vector | 2 +- 13 files changed, 229 insertions(+), 149 deletions(-) create mode 100644 docs/DesignDocs/VisibilityMacros.rst