[LLVMbugs] [Bug 16912] New: __declspec(uuid(...)) should diagnose redeclaration yielding different GUID
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 16 02:00:39 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16912
Bug ID: 16912
Summary: __declspec(uuid(...)) should diagnose redeclaration
yielding different GUID
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
we allow:
struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid;
struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aC}")) uuid;
MSVC yields:
cannot change GUID for class 'uuid'
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130816/07a8ead9/attachment.html>
More information about the llvm-bugs
mailing list