summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-09-03 03:25:22 +0000
committerNico Weber <nicolasweber@gmx.de>2016-09-03 03:25:22 +0000
commit05e1dadac675c1a28739c6f49e771b3a230ec264 (patch)
treea35b01fd85efb3052a5399688b137bf4bb11c349 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parent05e78450be654c8197d610b14b20f5bb5014f19f (diff)
downloadbcm5719-llvm-05e1dadac675c1a28739c6f49e771b3a230ec264.tar.gz
bcm5719-llvm-05e1dadac675c1a28739c6f49e771b3a230ec264.zip
[ms] Add support for parsing uuid as a Microsoft attribute.
Some Windows SDK classes, for example Windows::Storage::Streams::IBufferByteAccess, use the ATL way of spelling attributes: [uuid("....")] class IBufferByteAccess {}; To be able to use __uuidof() to grab the uuid off these types, clang needs to support uuid as a Microsoft attribute. There was already code to skip Microsoft attributes, extend that to look for uuid and parse it. Use the new "Microsoft" attribute type added in r280575 (and r280574, r280576) for this. Final part of https://reviews.llvm.org/D23895 llvm-svn: 280578
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud