This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c1f3657b4b [X86] Remove semicolons at the end of intrinsics implemented [...] new 2a333fbcb8 [AVR] Automatically link CRT and libgcc from the system avr-gcc
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/DiagnosticDriverKinds.td | 19 ++++ include/clang/Basic/DiagnosticGroups.td | 4 + lib/Driver/ToolChains/AVR.cpp | 122 +++++++++++++++++++++++- lib/Driver/ToolChains/AVR.h | 23 ++++- lib/Driver/ToolChains/Gnu.cpp | 9 ++ test/Driver/avr-link-mcu-family-unimplemented.c | 7 ++ test/Driver/avr-link-no-mcu-specified.c | 10 ++ test/Driver/avr-link-nostdlib-nodefaultlibs.c | 8 ++ 8 files changed, 196 insertions(+), 6 deletions(-) create mode 100644 test/Driver/avr-link-mcu-family-unimplemented.c create mode 100644 test/Driver/avr-link-no-mcu-specified.c create mode 100644 test/Driver/avr-link-nostdlib-nodefaultlibs.c