This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bd47850349 Revert r360833 until I can work out the issue with Win32 bots new c047834193 [builtin] Fixed definitions of builtins that rely on the int [...]
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: include/clang/Basic/Builtins.def | 25 +++++----- lib/AST/ASTContext.cpp | 33 ++++++++++--- test/CodeGen/avr-builtins.c | 102 +++++++++++++++++++++++++++++++++++++++ test/CodeGen/builtins.cpp | 52 ++++++++++++++++++++ 4 files changed, 195 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/avr-builtins.c create mode 100644 test/CodeGen/builtins.cpp