summaryrefslogtreecommitdiff
path: root/test/SemaObjC
Commit message (Expand)AuthorAge
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Objective-C qoi. When Objective-C pointer mismatches withFariborz Jahanian2014-06-19
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-18
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18
* Objective-C. Check for integer overflow in Objective-C'sFariborz Jahanian2014-06-18
* Objective-C. Try to fix the test in buildbot in my last patch.Fariborz Jahanian2014-06-18
* Objective-C. Attributes on class declarations carry overFariborz Jahanian2014-06-18
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-17
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-16
* Objective-C ARC. Blocks that strongly capture themselvesFariborz Jahanian2014-06-12
* More tests for // rdar://17259812Fariborz Jahanian2014-06-12
* Objective-C. Accept '__attribute__((__ns_returns_retained__))' Fariborz Jahanian2014-06-11
* Objective-C. More tests for both bridging attributes andFariborz Jahanian2014-06-11
* Objective-C. Patch to handle bridge attribute warningsFariborz Jahanian2014-06-11
* Objective-C. Don't ignore availability attribute whenFariborz Jahanian2014-06-10
* Objective-C. Consider block pointer as NSObject as well as conforming toFariborz Jahanian2014-06-09
* Objective-C. Diagnose assigning a block pointer type toFariborz Jahanian2014-05-30
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-28
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-28
* Objective-C. Fixes an obscuer crash caused by multiple inclusion ofFariborz Jahanian2014-05-27
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-09
* ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.Benjamin Kramer2014-05-09
* Rename "secondary initializer" -> "convenience initializer" in the warnings, ...Argyrios Kyrtzidis2014-05-06
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-29
* [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis2014-04-26
* Objective-C [IRGen]. Fixes a crash in IRGen involving use ofFariborz Jahanian2014-04-23
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-22
* Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian2014-04-21
* Move ObjC Cocoa.h header test to HeadersAlp Toker2014-04-19
* [objc] -[NSObject init] is documented to not do anything, don't warn if subcl...Argyrios Kyrtzidis2014-04-16
* [objc] Consider new initializers inside @implementation when determining if t...Argyrios Kyrtzidis2014-04-16
* Objective-C arc [Sema]. Allow bridge cast of a qualified-id expressionFariborz Jahanian2014-04-04
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-31
* ARM64: initial clang support commit.Tim Northover2014-03-29
* [-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.Ted Kremenek2014-03-29
* Objective-C. Make -Wselector-type-mismatch off byFariborz Jahanian2014-03-28
* [SemaObjC] For the semantics of the designated-initializer attribute, conside...Argyrios Kyrtzidis2014-03-28
* Objective-C. revert r204965. This will makeFariborz Jahanian2014-03-28
* Objective-C. Make multiple selector warningFariborz Jahanian2014-03-27
* Objective-C. Fixes a bogus warning on unimplementedFariborz Jahanian2014-03-26
* [-Wunreachable-code] add a specialized diagnostic for unreachable increment e...Ted Kremenek2014-03-21
* Objective-C. No need to issue deprecated warning if deprecated method Fariborz Jahanian2014-03-18
* Objective-C. Consider blocks for designated initializerFariborz Jahanian2014-03-17
* Objective-C. Do not warn when an instance method andFariborz Jahanian2014-03-17
* Start breaking -Wunreachable-code up into different diagnostic groups.Ted Kremenek2014-03-15
* Objective-C. Turn off designated initialization warnings onFariborz Jahanian2014-03-14
* Objective-C. Allow objc_designated_initializer for private Fariborz Jahanian2014-03-14
* Objective-C. Issue diagnostics on mismatched methods when their selector is usedFariborz Jahanian2014-03-12
* Objective-C. Prevent an assertion crash due to buggy codeFariborz Jahanian2014-03-11