Fix weak symbol linkage in SBStructuredData, update docs.
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Nov 2016 23:21:04 +0000 (23:21 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Nov 2016 23:21:04 +0000 (23:21 +0000)
commit2ef442c639dcf6211bb779402cf6bbe102e2fbaa
treec67191b63decbbba8e9e7dbf3a1de2099ec1592d
parent8183718cb1a6e137efc61c93bd3f4b89678de008
Fix weak symbol linkage in SBStructuredData, update docs.

Summary:
This change fixes an issue where I was leaking a weakly-linked symbol in
the SBAPI. It also updates the docs to call out what I did wrong.

Fixes:
rdar://28882483

Reviewers: jingham

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D26470

llvm-svn: 286413
lldb/include/lldb/API/SBStructuredData.h
lldb/source/API/SBStructuredData.cpp
lldb/www/SB-api-coding-rules.html