Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c0838d2acb498b0491908d3693514dfec5befe6f
/
test
/
ARCMT
/
checking.m
1ea6744
objective-c: merge deprecated/unavailable attributes to
by Fariborz Jahanian
· 13 years ago
1b8fbd3
[arcmt] Remove an unused -autorelease, without failing with error, for this
by Argyrios Kyrtzidis
· 13 years ago
5a42a02
[arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autorelease' message" ARC
by Argyrios Kyrtzidis
· 13 years ago
b6a1b10
[arcmt] Remove the "it is not safe to remove an unused 'autorelease' message" ARC
by Argyrios Kyrtzidis
· 13 years ago
d6cf912
Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely
by Ted Kremenek
· 13 years ago
52b6236
Look for declaration of CFBridgingRetain/CFBridgingRetain before
by Fariborz Jahanian
· 13 years ago
7eb82f0
objc-arc: In various diagnostics mention
by Fariborz Jahanian
· 13 years ago
d8b4216
[arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/builders/clang-native-mingw32-win7/
by Argyrios Kyrtzidis
· 13 years ago
510037b
[arcmt] XFAIL on mingw.
by Argyrios Kyrtzidis
· 13 years ago
b004a49
[arcmt] Disable tests in mingw, no idea why they are failing there.
by Argyrios Kyrtzidis
· 13 years ago
4897787
[arcmt] Un-XFAIL a test.
by Argyrios Kyrtzidis
· 13 years ago
b76a97e
objc: issue deprecated/unavailable diagnostic when
by Fariborz Jahanian
· 13 years ago
5acb0c9
Teach the ARC compiler to not require __bridge casts when
by John McCall
· 13 years ago
d1e40d5
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
by John McCall
· 13 years ago
82a921a
[arcmt] It's not safe to remove the -release on "[[someivar delegate] release];" since it's very likely
by Argyrios Kyrtzidis
· 13 years ago
2c18ca0
[arcmt] Don't remove retains/releases on a global variable, flag them with errors. rdar://9402555.
by Argyrios Kyrtzidis
· 13 years ago
2cd5366
[arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets used.
by Argyrios Kyrtzidis
· 13 years ago
e0e4076
[arcmt] Emit an error for unused -autorelease messages.
by Argyrios Kyrtzidis
· 13 years ago
0a85183
[ARC] When casting from a pointer to an objective-c object with known ownership, if the
by Argyrios Kyrtzidis
· 13 years ago
cf79eba
[arcmt] Add test for rdar://9601437.
by Argyrios Kyrtzidis
· 13 years ago
b8b0313
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'.
by Argyrios Kyrtzidis
· 13 years ago
7bf952e
[arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://8939557
by Argyrios Kyrtzidis
· 13 years ago
e665d69
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager
by Argyrios Kyrtzidis
· 14 years ago
8f0e8d2
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this.
by John McCall
· 14 years ago