__declspec(uuid) is only supported for C++ code according to MSDN (as well as...
__declspec(uuid) is only supported for C++ code according to MSDN (as well as behaviorally in MSVC). This adds a generic diagnostic that we use for uuid, and can use for some other attributes as well, and adds a testcase. llvm-svn: 195580
Loading
Please register or sign in to comment