Go to file
Yaron Keren 92e1b62d45 Remove many superfluous SmallString::str() calls.
Now that SmallString is a first-class citizen, most SmallString::str()
calls are not required. This patch removes a whole bunch of them, yet
there are lots more.

There are two use cases where str() is really needed:
1) To use one of StringRef member functions which is not available in
SmallString.
2) To convert to std::string, as StringRef implicitly converts while 
SmallString do not. We may wish to change this, but it may introduce
ambiguity.

llvm-svn: 232622
2015-03-18 10:17:07 +00:00
clang Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
clang-tools-extra [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
compiler-rt [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are dumped in the order of their appearance 2015-03-18 00:23:44 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Fix DYNLD_LIBRARY_PATH to include the ABI path if specified 2015-03-17 19:37:26 +00:00
libcxxabi Let libc++'s LIT configuration setup our linker paths and env. 2015-03-17 19:45:21 +00:00
lld [ELF][ARM] Place gotSymbol in an anonymous namespace 2015-03-17 16:40:14 +00:00
lldb Make lldb-mi handle only MI commands 2015-03-18 10:07:46 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Fix debug info now that the verifier is on 2015-03-17 18:23:38 +00:00