summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/constructor-alias.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-11-30[Clang] Add option to disable -mconstructor-aliases with -mno-constructor-ali...modimo
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-06-18IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2013-03-19Don't try to set attributes in alias, they have none.Rafael Espindola