diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-02-07 19:09:22 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-02-07 19:09:22 +0000 |
commit | 0b62f8a632693b0091f3b2c7a77af18ec9773e09 (patch) | |
tree | 675576a2ebe61a039c0b1498ffd6196848bb4e79 /clang/lib/Analysis/CFG.cpp | |
parent | 3476fc8c828883f2ad7874be1e60a41ecaa15110 (diff) | |
download | bcm5719-llvm-0b62f8a632693b0091f3b2c7a77af18ec9773e09.tar.gz bcm5719-llvm-0b62f8a632693b0091f3b2c7a77af18ec9773e09.zip |
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.
llvm-svn: 174647
Diffstat (limited to 'clang/lib/Analysis/CFG.cpp')
0 files changed, 0 insertions, 0 deletions