summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-184-8/+31
* Objective-C. deprecated attribute is not inherited on methodsFariborz Jahanian2014-07-171-0/+35
* Objective-C. Changes per A. Ballman's commentFariborz Jahanian2014-07-161-0/+42
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-162-2/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-162-0/+2
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-1/+2
* Consolidate header inclusion diagnosticsAlp Toker2014-07-113-10/+10
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-241-0/+12
* Objective-C qoi. When Objective-C pointer mismatches withFariborz Jahanian2014-06-191-0/+17
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-1/+17
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-182-18/+4
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-182-4/+18
* Objective-C. Check for integer overflow in Objective-C'sFariborz Jahanian2014-06-181-1/+19
* Objective-C. Try to fix the test in buildbot in my last patch.Fariborz Jahanian2014-06-181-1/+1
* Objective-C. Attributes on class declarations carry overFariborz Jahanian2014-06-181-1/+28
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-171-2/+14
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-161-0/+25
* Objective-C ARC. Blocks that strongly capture themselvesFariborz Jahanian2014-06-121-2/+16
* More tests for // rdar://17259812Fariborz Jahanian2014-06-121-0/+4
* Objective-C. Accept '__attribute__((__ns_returns_retained__))' Fariborz Jahanian2014-06-111-0/+18
* Objective-C. More tests for both bridging attributes andFariborz Jahanian2014-06-111-4/+29
* Objective-C. Patch to handle bridge attribute warningsFariborz Jahanian2014-06-111-0/+26
* Objective-C. Don't ignore availability attribute whenFariborz Jahanian2014-06-101-0/+18
* Objective-C. Consider block pointer as NSObject as well as conforming toFariborz Jahanian2014-06-091-0/+21
* Objective-C. Diagnose assigning a block pointer type toFariborz Jahanian2014-05-301-0/+22
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-281-1/+13
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-281-0/+25
* Objective-C. Fixes an obscuer crash caused by multiple inclusion ofFariborz Jahanian2014-05-271-1/+27
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-092-2/+30
* ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.Benjamin Kramer2014-05-091-0/+19
* Rename "secondary initializer" -> "convenience initializer" in the warnings, ...Argyrios Kyrtzidis2014-05-061-7/+7
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-292-39/+130
* [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis2014-04-261-0/+22
* Objective-C [IRGen]. Fixes a crash in IRGen involving use ofFariborz Jahanian2014-04-231-0/+26
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-221-3/+3
* Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian2014-04-211-0/+43
* Move ObjC Cocoa.h header test to HeadersAlp Toker2014-04-191-5/+0
* [objc] -[NSObject init] is documented to not do anything, don't warn if subcl...Argyrios Kyrtzidis2014-04-161-1/+21
* [objc] Consider new initializers inside @implementation when determining if t...Argyrios Kyrtzidis2014-04-161-7/+84
* Objective-C arc [Sema]. Allow bridge cast of a qualified-id expressionFariborz Jahanian2014-04-042-26/+26
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-311-0/+1
* ARM64: initial clang support commit.Tim Northover2014-03-292-0/+47
* [-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.Ted Kremenek2014-03-291-0/+33
* Objective-C. Make -Wselector-type-mismatch off byFariborz Jahanian2014-03-281-1/+1
* [SemaObjC] For the semantics of the designated-initializer attribute, conside...Argyrios Kyrtzidis2014-03-281-3/+9
* Objective-C. revert r204965. This will makeFariborz Jahanian2014-03-281-1/+1
* Objective-C. Make multiple selector warningFariborz Jahanian2014-03-271-1/+1
* Objective-C. Fixes a bogus warning on unimplementedFariborz Jahanian2014-03-261-0/+24
* [-Wunreachable-code] add a specialized diagnostic for unreachable increment e...Ted Kremenek2014-03-211-0/+9
* Objective-C. No need to issue deprecated warning if deprecated method Fariborz Jahanian2014-03-181-2/+14