aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclObjC.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-02-07 19:09:22 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-02-07 19:09:22 +0000
commit90b5ac660ef96b9d59dff837e96fd72d0673d7de (patch)
tree6a1bdae8dcacbcf78b8c2e6c22c3158387d3db33 /lib/Sema/SemaDeclObjC.cpp
parent953a61f26bf79932b9699b09add4c388764de170 (diff)
libclang: reduce CXString abuse
ContainerUSR is not really a CXString, but it should own the underlying memory buffer. Thus, it is better to change the type to std::string. This will not introduce extra copying overhead, since the workaround that is being removed was already making a copy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclObjC.cpp')
0 files changed, 0 insertions, 0 deletions