summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-alias.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne2018-06-181-1/+1
| | | | | | | | | This is not only semantically correct but ensures that they will not be marked as address-significant once D48155 lands. Differential Revision: https://reviews.llvm.org/D48206 llvm-svn: 334982
* [opaque pointer type] update test cases for explicit pointee types on global ↵David Blaikie2015-09-111-1/+1
| | | | | | aliases llvm-svn: 247380
* Don't try to set attributes in alias, they have none.Rafael Espindola2013-03-191-0/+12
llvm-svn: 177402
OpenPOWER on IntegriCloud