Go to file
Alexis Hunt 1e846797dd Include an "implementation" if SGI's slist. This was quickly hacked
together to get it working with code, and is neither optimal
(erase(Iterator, Iterator) calculates the previous iterator twice,
rather than calculating the previous iterator of the first one, then
advancing it until the second is found) nor complete (splice() was not
implemented). Most of the implementation is borrowed from forward_list
via using-declarations.

llvm-svn: 136542
2011-07-29 23:42:36 +00:00
clang Teach the ASTImporter to cope with cases where we have already 2011-07-29 23:31:30 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Include an "implementation" if SGI's slist. This was quickly hacked 2011-07-29 23:42:36 +00:00
libcxxabi Updated comments 2011-07-25 15:00:11 +00:00
lldb Moved some functionality from ValueObject to ClangASTType. 2011-07-29 23:21:00 +00:00
llvm Don't check liveness of unallocatable registers. 2011-07-29 23:36:21 +00:00
polly www: Memory Access Documentation Update 2011-07-21 00:08:23 +00:00