Fariborz Jahanian
f40ef45c9d
Objective-C. Fixes a bug where "new" family attribute
...
was not being overridden in the category method implementation
resulting in bogus warning. // rdar://15919775
llvm-svn: 200342
2014-01-28 22:46:29 +00:00
Fariborz Jahanian
8ef938972a
ObjectiveC. Fixes the sentence in a diagnostic.
...
// rdar://15397430
llvm-svn: 197586
2013-12-18 16:51:06 +00:00
Fariborz Jahanian
1b30b593ba
ObjectiveC. typo fix in my last patch,
...
per Jordan's review.
llvm-svn: 197540
2013-12-18 00:52:54 +00:00
Fariborz Jahanian
7e350d23b2
Objctive-C. warn if dealloc is being overridden in
...
a category implementation. // rdar://15397430
llvm-svn: 197534
2013-12-17 22:44:28 +00:00
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
Fariborz Jahanian
b7f03c191c
objective-c arc: ARC IRGen correctly assumes result
...
type of generated call to super dealloc is 'void'
and asserts if user's dealloc is not of 'void type.
This rule must be enforced in clang front-end (with a
fixit) if this is not the case, instead of asserting in CodeGen.
// rdar://11987838
llvm-svn: 160993
2012-07-30 20:52:48 +00:00