This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 598b677 Add the alloc_size attribute to clang. new ce25d00 Update for LLVM global variable debug info API change. new 0d61887 [Parser] Correct typo after lambda capture initializer is parsed.
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: lib/CodeGen/CGDebugInfo.cpp | 42 +++++++++++++++----------- lib/CodeGen/CGDebugInfo.h | 6 ++-- lib/Parse/ParseExprCXX.cpp | 2 ++ test/CodeGen/2009-10-20-GlobalDebug.c | 14 +++++---- test/CodeGen/2010-08-10-DbgConstant.c | 2 +- test/CodeGen/debug-info-atomic.c | 9 +++--- test/CodeGen/debug-info-global-constant.c | 4 +-- test/CodeGen/debug-info-static-const-fp.c | 30 +++++++++++------- test/CodeGen/debug-info-static.c | 3 +- test/CodeGenCXX/debug-info-global.cpp | 5 +-- test/CodeGenCXX/debug-info-static-member.cpp | 11 +++++-- test/CodeGenCXX/debug-info-template-member.cpp | 5 +-- test/CodeGenCXX/debug-info-template.cpp | 15 +++++---- test/CodeGenCXX/debug-info.cpp | 5 +-- test/CodeGenCXX/inline-dllexport-member.cpp | 3 +- test/SemaCXX/lambda-expressions.cpp | 15 +++++++++ 16 files changed, 110 insertions(+), 61 deletions(-)