msvc allows a subsequent declaration of a uuid attribute on a struct/class. Mirror this behavior in clang-cl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D71439
Allow redeclaration of __declspec(uuid) ClosedPublic Authored by zahen on Dec 12 2019, 3:42 PM.
Details
Summary msvc allows a subsequent declaration of a uuid attribute on a struct/class. Mirror this behavior in clang-cl.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 12 2019, 4:25 PM Comment Actions
Sorry for the delay, I pushed it today. Thanks! Closed by commit rG0acfc493171a: Allow redeclaration of __declspec(uuid) (authored by zahen, committed by rnk). · Explain WhyDec 28 2019, 1:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 235493 clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaCXX/ms-uuid.cpp
|