Go to file
Alexis Hunt e77a28f7e1 Implement an additional fix for infinite recursion of deleted special
member functions by making sure that they're on the record before
checking for deletion.

Also make sure source locations are valid to avoid crashes.

Unfortunately, the declare-all-implicit-members approach is still
required in order to ensure that dependency loops do not result in
incorrectly deleting functions (since they are to be deleted at the
declaration point per the standard).

Fixes PR9917

llvm-svn: 131520
2011-05-18 03:41:58 +00:00
clang Implement an additional fix for infinite recursion of deleted special 2011-05-18 03:41:58 +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 initial import 2011-05-05 15:27:28 +00:00
lldb Added a way to resolve an load address from a target: 2011-05-18 01:58:14 +00:00
llvm Fix typo. 2011-05-18 02:29:50 +00:00
polly www: Colorize TODO status 2011-05-14 19:02:51 +00:00