Go to file
Sean Callanan 6e6d4a6223 Added a fix that allows newly-constructed objects
to returned by expressions, by removing the
__cxa_atexit call that would normally cause these
objects to be destroyed.  This also prevents many
errors of the form

Couldn't rewrite one of the arguments of a function call
error: Couldn't materialize struct: Structure hasn't been laid out yet

<rdar://problem/11309402>

llvm-svn: 160596
2012-07-21 02:02:15 +00:00
clang Comment to HTML conversion: add more CSS classes to identify function arguments 2012-07-21 01:47:43 +00:00
compiler-rt [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx noexcept and constexpr applied to <regex>. 2012-07-21 01:31:58 +00:00
libcxxabi add a link to the libc++ website 2012-07-20 17:21:42 +00:00
lld Added description of Atom types from Nick's email 2012-07-18 23:20:40 +00:00
lldb Added a fix that allows newly-constructed objects 2012-07-21 02:02:15 +00:00
llvm baby steps toward fixing some problems with inbound GEPs that overflow, as discussed 2 months ago or so. 2012-07-20 23:07:40 +00:00
polly Allow cast instructions within scops 2012-07-16 10:57:32 +00:00