Go to file
John McCall b6625979a2 Don't try to instantiate std::list at an incomplete type; it's not
allowed, and it'll blow up in unfortunate ways when using a proper
C++11 library.

llvm-svn: 155980
2012-05-02 05:44:20 +00:00
clang Don't try to instantiate std::list at an incomplete type; it's not 2012-05-02 05:44:20 +00:00
compiler-rt [ASan] use CLANG_VERSION in Makefile (currently 3.2) 2012-04-23 13:27:47 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Greatly scale back ambitions of emulating move semantics in C++03 mode. It was causing more problems than it solved. This fixes http://llvm.org/bugs/show_bug.cgi?id=12704. 2012-05-01 15:37:54 +00:00
libcxxabi Make __cxa_new_handler un-mangled 2012-04-28 16:46:04 +00:00
lld Add some docs on the type of flags link.exe has that our driver will need to support. 2012-04-30 23:45:49 +00:00
lldb If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. 2012-05-02 01:12:54 +00:00
llvm Update SmallVector to support move semantics if the host does. 2012-05-02 05:39:15 +00:00
polly Remove unused function 2012-04-30 23:49:05 +00:00