This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 45b5be68b3 [Documentation] Fix problem in docs/SafeStack.rst introduced [...] new be1bd10886 [Sema] Fix Modified Type in address_space AttributedType
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: docs/ReleaseNotes.rst | 6 ++- include/clang/Sema/Sema.h | 4 ++ lib/AST/Type.cpp | 1 + lib/AST/TypePrinter.cpp | 13 ++++- lib/Sema/SemaType.cpp | 97 ++++++++++++++++++++++++++---------- test/AST/address_space_attribute.cpp | 23 +++++++++ test/Index/print-type.m | 2 +- tools/libclang/CXType.cpp | 4 +- 8 files changed, 119 insertions(+), 31 deletions(-) create mode 100644 test/AST/address_space_attribute.cpp