This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fe2683b085 Revert "For dllexport class templates, export specialization [...] new b623e4aa71 Driver: hoist the `wchar_t` handling to the driver
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/DiagnosticFrontendKinds.td | 2 + include/clang/Basic/LangOptions.def | 3 +- include/clang/Driver/CC1Options.td | 6 ++ include/clang/Driver/Options.td | 4 +- lib/Basic/TargetInfo.cpp | 12 ++- lib/Basic/Targets/AArch64.cpp | 13 +-- lib/Basic/Targets/ARM.cpp | 23 ++--- lib/Basic/Targets/AVR.h | 1 - lib/Basic/Targets/OSTargets.h | 7 +- lib/Basic/Targets/X86.h | 6 +- lib/Driver/ToolChains/Clang.cpp | 49 ++++++---- lib/Frontend/CompilerInstance.cpp | 1 + lib/Frontend/CompilerInvocation.cpp | 11 ++- test/CXX/conv/conv.prom/p2.cpp | 2 +- test/CodeGen/arm-metadata.c | 2 +- test/CodeGen/pascal-wchar-string.c | 2 +- test/CodeGen/string-literal-short-wstring.c | 4 +- test/CodeGen/string-literal-unicode-conversion.c | 2 +- test/CodeGen/wchar-size.c | 2 +- test/Driver/clang_f_opts.c | 20 ++-- test/Headers/wchar_limits.cpp | 2 +- test/Index/index-pch.cpp | 2 +- test/Lexer/wchar.c | 2 +- test/Preprocessor/init.c | 10 +- test/Preprocessor/pr19649-unsigned-wchar_t.c | 2 +- test/Preprocessor/wchar_t.c | 113 +++++++++++++++++++++++ test/Sema/wchar.c | 2 +- test/SemaCXX/short-wchar-sign.cpp | 2 +- 28 files changed, 226 insertions(+), 81 deletions(-) create mode 100644 test/Preprocessor/wchar_t.c