Go to file
Douglas Gregor c83f9865a0 Implement the restriction that a function with a ref-qualifier cannot
overload a function without a ref-qualifier (C++0x
[over.load]p2). This, apparently, completes the implementation of
rvalue references for *this.

llvm-svn: 124321
2011-01-26 21:20:37 +00:00
clang Implement the restriction that a function with a ref-qualifier cannot 2011-01-26 21:20:37 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Inline namespaces are always available in Clang. Rely on that without 2011-01-26 15:39:56 +00:00
lldb Make sure that if a CallFunction thread plan crashes while running in the "run to address" mode, and it 2011-01-26 19:13:09 +00:00
llvm Revert r124302 2011-01-26 21:12:32 +00:00