]> granicus.if.org Git - clang/commit
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)
commit976f266b969e03ef08b37b5f4aaf013f48f1ba6e
treec22c49b6d6ef2c9746fd2265679de44a6a3de0b2
parent6e5fa8c74ac4ed70475fcc0e48b897e2dbe9c8d4
fix codegen support for alloc_size attribute for static C++ methods
add test case for C++ codegen

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGenCXX/alloc_size.cpp [new file with mode: 0644]