Go to file
Greg Clayton 890ff5615a Fixed an issue where we might accept the wrong type when completing
a type when we have a forward declaration. We always have found a 
type by basename, but now we also compare the decl context of the 
die we are trying to complete with the matches we find from the accelerator
tables to ensure we get the right one.

llvm-svn: 149593
2012-02-02 05:48:16 +00:00
clang Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) 2012-02-02 05:13:59 +00:00
compiler-rt Disable wrapping memcpy() on Mac OS Lion, where it 2012-02-01 10:07:52 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi added const nullptr tests 2012-02-01 22:27:24 +00:00
lld Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
lldb Fixed an issue where we might accept the wrong type when completing 2012-02-02 05:48:16 +00:00
llvm PR11868. The previous loop in LiveIntervals::join would sometimes fall over if 2012-02-02 05:37:34 +00:00
polly ScopInfo: Simplify some isl code 2012-02-01 14:23:36 +00:00