summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-uuidof.cpp
AgeCommit message (Expand)Author
2016-09-03[ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber
2016-03-27Use the correct alignment for uuid descriptorsDavid Majnemer
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-01-21CodeGen: Compiler generated __declspec(uuid) objects should be COMDAT'dDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-09-03Emit uuid globals as linkonce_odrReid Kleckner
2013-08-15CodeGen: __uuidof should work even with an incomplete _GUID typeDavid Majnemer
2013-08-09Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializerDavid Majnemer
2013-08-09[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer
2013-08-09Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper...David Majnemer
2013-08-09[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer
2012-10-11clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts.NAKAMURA Takumi
2012-10-11Add codegen support for __uuidof().Nico Weber