This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 887ff701b7 Re-land r359250, [COFF] Statically link certain runtime libr [...] new 6eedd8523a [Diagnostics] Support -Wtype-limits for GCC compatibility new cde6bbc766 Add __builtin_dcbf support for PPC
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/LanguageExtensions.rst | 25 ++++++++++++++ include/clang/Basic/BuiltinsPPC.def | 3 ++ include/clang/Basic/DiagnosticGroups.td | 2 ++ test/CodeGen/builtins-ppc-cache.c | 47 ++++++++++++++++++++++++++ test/Sema/compare.c | 1 + test/Sema/tautological-constant-compare.c | 2 ++ test/Sema/tautological-constant-enum-compare.c | 2 ++ test/SemaCXX/compare.cpp | 1 + 8 files changed, 83 insertions(+) create mode 100644 test/CodeGen/builtins-ppc-cache.c