Go to file
Ted Kremenek 5d068499a7 Teach -Wreturn-type that destructors can appear
after a 'return' in a CFGBlock.  This accidentally
was working before, but the false assumption that
'return' always appeared at the end of the block
was uncovered by a recent change.

llvm-svn: 124280
2011-01-26 04:49:52 +00:00
clang Teach -Wreturn-type that destructors can appear 2011-01-26 04:49:52 +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 Teach move_iterator that rvalue references cannot bind to non-function 2011-01-26 00:12:48 +00:00
lldb Remove duplicated comments. 2011-01-26 01:24:45 +00:00
llvm Separate out the constant bonus from the size reduction metrics. Rework 2011-01-26 02:58:39 +00:00