summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-uuidof.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-031-0/+8
* Use the correct alignment for uuid descriptorsDavid Majnemer2016-03-271-0/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-10/+10
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-10/+10
* CodeGen: Compiler generated __declspec(uuid) objects should be COMDAT'dDavid Majnemer2015-01-211-2/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-3/+3
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-3/+3
* Emit uuid globals as linkonce_odrReid Kleckner2013-09-031-2/+2
* CodeGen: __uuidof should work even with an incomplete _GUID typeDavid Majnemer2013-08-151-29/+61
* Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializerDavid Majnemer2013-08-091-0/+8
* [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer2013-08-091-13/+13
* Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper...David Majnemer2013-08-091-13/+13
* [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer2013-08-091-13/+13
* clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts.NAKAMURA Takumi2012-10-111-6/+6
* Add codegen support for __uuidof().Nico Weber2012-10-111-0/+72