Go to file
Richard Trieu a04ad1a1b9 Extend the self-reference warning to catch when a constructor references itself upon initialization, such as using itself within its own copy constructor.
struct S {};
S s(s);

llvm-svn: 138969
2011-09-01 21:44:13 +00:00
clang Extend the self-reference warning to catch when a constructor references itself upon initialization, such as using itself within its own copy constructor. 2011-09-01 21:44:13 +00:00
compiler-rt Change ARM vfp assembly functions to use unified syntax. 2011-08-23 16:40:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. 2011-09-01 21:02:45 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Forgot to write out the NULL terminator when putting C string value into 2011-09-01 18:13:54 +00:00
llvm Reduce indentation. No functionality change. 2011-09-01 21:29:49 +00:00
polly Fix crashes due to unaligned parameters 2011-08-25 08:40:59 +00:00