]> granicus.if.org Git - clang/commit
libclang: add new StringSet type
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 12 Nov 2015 03:57:16 +0000 (03:57 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 12 Nov 2015 03:57:16 +0000 (03:57 +0000)
commitcc31f6a45f825f73f45c2c860bd2846a8f81c5cc
tree2be160792dc0aad55a9f23cc9be4e9d681537f1a
parentb1298b03dbf964ae8e566010fef927d147e2512a
libclang: add new StringSet type

This allows the return of a set of CXStrings from libclang.  This is setup work
for an upcoming change to permit returning multiple mangled symbols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252852 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/CXString.h
tools/libclang/CXString.cpp
tools/libclang/CXString.h
tools/libclang/libclang.exports