<div dir="ltr">Hi Reid,
<div><br></div><div>Attached is a patch to handle a corner case supported by MSVC. I decided to attempt to workaround the behaviour in clang after encountering it in public MS headers for XAudio where clang would fail to generate a valid UUID due to the UUID components being combined with the '-' UUID separators. Clang was attempting to recover but would preserve the leading whitespace from the tokens after each failed paste leading to spaces creeping into the UUID and causing an error in the __declspace(uuid()) parsing.</div><div><br></div><div>Reference: Microsoft DirectX SDK (June 2010)\Include\XAudio2.h(51)</div><div><br></div><div>Test case included and tested against latest trunk.</div><div><br></div><div>Let me know if it looks acceptable!</div><div><br></div><div>Cheers,</div><div>Will.</div></div>