This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository clang.
from e6bf555407 Merging r352323: Redirecting to URL 'https://llvm.org/svn/ll [...] new b6283d36df Merging r352099: Redirecting to URL 'https://llvm.org/svn/ll [...] new 5950edc16a Merging r352105: Redirecting to URL 'https://llvm.org/svn/ll [...] new 01d568731e Merging r352221 and r352222: new 3268002d1b Merging r352229: Redirecting to URL 'https://llvm.org/svn/ll [...]
The 4 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/LanguageExtensions.rst | 90 +-- include/clang/Basic/TargetInfo.h | 4 + lib/Basic/TargetInfo.cpp | 1 + lib/Basic/Targets.cpp | 24 +- lib/Basic/Targets/AArch64.cpp | 1 + lib/Basic/Targets/ARM.cpp | 1 + lib/Basic/Targets/OSTargets.h | 18 +- lib/Basic/Targets/SPIR.h | 1 + lib/Lex/LiteralSupport.cpp | 9 +- lib/Sema/SemaType.cpp | 7 +- test/AST/float16.cpp | 4 +- test/CodeGenCXX/float16-declarations.cpp | 6 - test/CodeGenCXX/mangle-ms.cpp | 5 +- test/Lexer/half-literal.cpp | 2 +- test/Preprocessor/init.c | 982 +++++++++++-------------------- test/Sema/Float16.c | 11 + test/SemaCXX/Float16.cpp | 18 + 17 files changed, 489 insertions(+), 695 deletions(-) create mode 100644 test/Sema/Float16.c create mode 100644 test/SemaCXX/Float16.cpp