Go to file
Alexis Hunt fe473ae277 Add two missing members from the extension hash containers. The first is
the type name 'data_type', which is specified by the SGI spec as being
the correct type name for the mapped type. The second is an overload of
insert found in standard containers, taking an iterator as a 'hint'
(which we ignore in the standard containers as well). libstdc++'s
implementation includes these overloads, and they are needed to make
insert_iterator work (which I suspect is the real motivation for
including them in the standard containers).

The motivation for including these overloads of insert and leaving the
mapped_type typedef is to make it easier for clients to migrate to the
standard containers.

llvm-svn: 136538
2011-07-29 23:31:53 +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 Add two missing members from the extension hash containers. The first is 2011-07-29 23:31:53 +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 Check for multiple defs in the machine code verifier. 2011-07-29 23:02:48 +00:00
polly www: Memory Access Documentation Update 2011-07-21 00:08:23 +00:00