fix codegen support for alloc_size attribute for static C++ methods
authorNuno Lopes <nunoplopes@sapo.pt>
Fri, 25 May 2012 21:45:08 +0000 (21:45 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Fri, 25 May 2012 21:45:08 +0000 (21:45 +0000)
commitf491fbd7155ea926c4d1bd0b45d1ec1cd9c0211b
tree65a3e885af78d94d37bf3de823ce8ebfb93a0e30
parente9b0bdf80467029e99e94065463020df1f037202
fix codegen support for alloc_size attribute for static C++ methods
add test case for C++ codegen

llvm-svn: 157500
clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGenCXX/alloc_size.cpp [new file with mode: 0644]