Go to file
Dan Gohman 031d64683a Change directory_entry::path() to return a const std::string & instead of
a StringRef, for the benefit of clients that want the result as a
nul-terminated string. Clients that expect a StringRef will get one via
the implicit conversion.

llvm-svn: 126784
2011-03-01 22:07:09 +00:00
clang Don't warn about unused values in ternary ?: expressions unless both the LHS and RHS are "unused" (side-effect free). 2011-03-01 20:34:48 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Chris Jefferson found this bug to pair/tuple introduced by a recent change to the draft that I missed. 2011-03-01 14:27:55 +00:00
lldb Add code to emulate LDRSB (immediate) Arm instruction. 2011-03-01 21:53:03 +00:00
llvm Change directory_entry::path() to return a const std::string & instead of 2011-03-01 22:07:09 +00:00