This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0738ab9 Per [temp.deduct.call], do not deduce an array bound of 0 fro [...] new 86d8413 Add AVR target and toolchain to Clang
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/Basic/Targets.cpp | 93 ++++++++++++++++++++++++ lib/Driver/Driver.cpp | 3 + lib/Driver/ToolChains.cpp | 9 +++ lib/Driver/ToolChains.h | 10 +++ lib/Driver/Tools.cpp | 16 +++++ lib/Driver/Tools.h | 13 ++++ test/Driver/avr-toolchain.c | 4 ++ test/Preprocessor/init.c | 171 ++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 319 insertions(+) create mode 100644 test/Driver/avr-toolchain.c