Go to file
Benjamin Kramer 33cd6dcf87 Driver: Fix use of dangling std::string temporary
What's going on here is that the ternary operator produces a std::string rvalue
that the StringRef points to. I'd hoped bugs like this were a thing of the past
with our asan testing but apparently this code path is only used when LLVM is
configured with a custom --with-c-include-dirs setting.

Unbreaks bootstrapping with GCC5 on Fedora (PR22625), patch by Jonathan Wakely!

llvm-svn: 229719
2015-02-18 18:45:54 +00:00
clang Driver: Fix use of dangling std::string temporary 2015-02-18 18:45:54 +00:00
clang-tools-extra Fixed missing checkins. 2015-02-18 17:08:00 +00:00
compiler-rt [ASan] Set DYLD_LIBRARY_PATH on Darwin 2015-02-18 18:26:58 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Move the default template arguments into the forward declarations for the container adapters: stack and queue. References PR#22605. 2015-02-18 17:51:56 +00:00
libcxxabi Do not add -fno-exceptions without -funwind-tables 2015-02-16 19:51:06 +00:00
lld [ELF] Demangle: don't expose raw info when getter is available. 2015-02-18 03:54:21 +00:00
lldb Fix warning that not all control-paths return from function. 2015-02-18 18:44:03 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm InstrProf: Handle unknown functions if they consist only of zero-regions 2015-02-18 18:40:46 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly Add missing files to autoconf build 2015-02-17 08:15:14 +00:00