This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ec9c00261b [OPENMP] Allow all classes as mappable types. new 8a058429f7 This adds the _Float16 preprocessor macro definitions.
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: lib/Frontend/InitPreprocessor.cpp | 31 ++++++++++--------- lib/Headers/float.h | 14 +++++++++ test/Headers/float16.c | 65 +++++++++++++++++++++++++++++++++++++++ test/Preprocessor/init.c | 18 +++++++++-- 4 files changed, 112 insertions(+), 16 deletions(-) create mode 100644 test/Headers/float16.c