This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 512570d77f [CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsic new d0aceebbff [Preprocessor] Implement __is_target_{arch|vendor|os|environ [...] new c3e944d8fd Commit missing tests for r320734
The 2 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 | 4 ++ include/clang/Lex/Preprocessor.h | 4 ++ lib/Lex/PPMacroExpansion.cpp | 88 +++++++++++++++++++++++++++++++++ test/Preprocessor/is_target.c | 67 +++++++++++++++++++++++++ test/Preprocessor/is_target_arm.c | 51 +++++++++++++++++++ test/Preprocessor/is_target_os_darwin.c | 26 ++++++++++ test/Preprocessor/is_target_unknown.c | 22 +++++++++ 7 files changed, 262 insertions(+) create mode 100644 test/Preprocessor/is_target.c create mode 100644 test/Preprocessor/is_target_arm.c create mode 100644 test/Preprocessor/is_target_os_darwin.c create mode 100644 test/Preprocessor/is_target_unknown.c