Go to file
Alexis Hunt 2430a6fb91 Force declaration of implicit members in C++0x mode.
I hear at least one person crying out in anguish, but it's unfortunately
necessary to avoid infinite loops with mutually dependent constructors
trying to call each other and determine if they are deleted.

It might be possible to go back to the old behavior if we can implement
part-of-file lookups efficiently, or if a solution is discovered by
which we can safely detect and avoid infinite recusion.

llvm-svn: 131515
2011-05-18 01:06:45 +00:00
clang Force declaration of implicit members in C++0x mode. 2011-05-18 01:06:45 +00:00
compiler-rt Check architectures to make sure that we can build for all of them 2011-05-09 20:24:43 +00:00
debuginfo-tests Test case for r131441. 2011-05-17 00:20:50 +00:00
libcxx This commit was accidental. Reverting. 2011-05-18 00:47:00 +00:00
libcxxabi
lldb Let's also stick the svn info for the base directory into a file under 2011-05-17 22:58:50 +00:00
llvm Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in instcombine. 2011-05-18 00:32:01 +00:00
polly www: Colorize TODO status 2011-05-14 19:02:51 +00:00