summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-uuidof.cpp
AgeCommit message (Expand)Author
2024-06-27[clang][Interp] Fix CXXUuidOfExprs with incomplete record typesTimm Bäder
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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-04-15Rework how UuidAttr, CXXUuidofExpr, and GUID template arguments and constants...Richard Smith
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-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
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