This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 24fea6a [CMake] Add clang-bootstrap-deps target new 25d6334 DebugInfo: use uint32_t for alignment variables. new a32fe92 Don't crash generating debug info for VLA in function prototype. new eff4af4 Add optimization to sizeof...(X) handling: if none of paramet [...]
The 3 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 | 8 +++++ lib/CodeGen/CGDebugInfo.cpp | 42 +++++++++++++------------ lib/Sema/SemaTemplateVariadic.cpp | 59 ++++++++++++++++++++++++++++++++++- lib/Sema/TreeTransform.h | 47 ++++++++++++++++++++++++++++ test/CodeGenCXX/debug-info-vla.cpp | 16 +++++++--- test/SemaTemplate/alias-templates.cpp | 17 ++++++++++ 6 files changed, 164 insertions(+), 25 deletions(-)