]> granicus.if.org Git - clang/commit
Don't try to set attributes in alias, they have none.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Mar 2013 15:03:47 +0000 (15:03 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Mar 2013 15:03:47 +0000 (15:03 +0000)
commit9a2f5d70dfb0eb739076d5bad1a779de9b201930
tree42f34cf36eef05ecca77beb2c076b321028dd62f
parentd8e6d6da90fd5a715c9e5cb676abbb8c3878c85a
Don't try to set attributes in alias, they have none.

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