This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9c391cd466 Revert "CodeGenModule: Always output wchar_size, check LLVM [...] new f653e666c8 CodeGenModule: Always output wchar_size, check LLVM assumptions. new c43ddad883 Rename RAII objects for performing eager instantiation to ha [...]
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: include/clang/Sema/Sema.h | 23 +++++++--- lib/CodeGen/CodeGenModule.cpp | 19 +++++--- lib/Sema/SemaTemplateInstantiateDecl.cpp | 73 ++++++++---------------------- test/CodeGen/wchar-size.c | 8 ++++ test/CodeGenCUDA/flush-denormals.cu | 4 +- test/CodeGenCXX/strict-vtable-pointers.cpp | 2 +- 6 files changed, 58 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/wchar-size.c