summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-uuidof.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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