This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f87ccb46d7 Allow 'static' storage specifier on an out-of-line member fu [...] new c92e6f5aff Disable _Float16 for non ARM/SPIR Targets
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/LanguageExtensions.rst | 90 ++++++++++++++++++-------------- include/clang/Basic/TargetInfo.h | 4 ++ lib/Basic/TargetInfo.cpp | 1 + lib/Basic/Targets/AArch64.cpp | 1 + lib/Basic/Targets/ARM.cpp | 1 + lib/Basic/Targets/SPIR.h | 1 + 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/Sema/Float16.c | 11 ++++ 12 files changed, 84 insertions(+), 49 deletions(-) create mode 100644 test/Sema/Float16.c