Rafael Espindola
|
925213b0fa
|
Add 'not' to commands that are expected to fail.
This is at least good documentation, but also opens the possibility of
using pipefail.
llvm-svn: 185652
|
2013-07-04 16:16:58 +00:00 |
Nick Lewycky
|
a5d914196c
|
Simplify RUN lines. No functionality change.
llvm-svn: 171045
|
2012-12-24 21:45:14 +00:00 |
Ted Kremenek
|
9304da9578
|
Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference.
Thanks to Jordan Rose and John McCall for their sage code review.
Fixes <rdar://problem/12569201>.
llvm-svn: 170864
|
2012-12-21 08:04:28 +00:00 |
Fariborz Jahanian
|
bbd0d6992b
|
objective-c mrc: Issue warning for mrc, as is done for arc, when
property retains a block object as it could be on
the stack. // rdar://11761511
llvm-svn: 159293
|
2012-06-27 20:52:46 +00:00 |