Go to file
Jim Ingham 4d56e9c1cb This commit does two things. One, it converts the return value of the QueueThreadPlanXXX
plan providers from a "ThreadPlan *" to a "lldb::ThreadPlanSP".  That was needed to fix
a bug where the ThreadPlanStepInRange wasn't checking with its sub-plans to make sure they
succeed before trying to proceed further.  If the sub-plan failed and as a result didn't make
any progress, you could end up retrying the same failing algorithm in an infinite loop.

<rdar://problem/14043602>

llvm-svn: 186618
2013-07-18 21:48:26 +00:00
clang Address -Wreorder warning in Driver.cpp 2013-07-18 21:45:42 +00:00
clang-tools-extra cpp11-migrate: Use test fixture in preparation for more tests 2013-07-18 11:59:08 +00:00
compiler-rt Fix another instance of -ccc-cxx vs. --driver-mode=g++ 2013-07-18 21:09:03 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Fix build with LLVM 3.4 2013-07-18 21:24:35 +00:00
libcxx Make std::get constexpr 2013-07-17 18:25:36 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Use replace_extension() instead of doing it myself. 2013-07-18 21:38:44 +00:00
lldb This commit does two things. One, it converts the return value of the QueueThreadPlanXXX 2013-07-18 21:48:26 +00:00
llvm R600/SI: Fix crash with VSELECT 2013-07-18 21:43:53 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00