summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Perform Objective-C lifetime adjustments before comparing deduced lambda resu...Douglas Gregor2015-10-011-0/+19
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+119
* Don't crash when passing &@selector to a _Nonnull parameter. Fixes PR24774.Nico Weber2015-09-151-1/+6
* Move sel-address.mm from test/CodeGenCXX to test/SemaObjCXX, it's not a codeg...Nico Weber2015-09-101-0/+14
* Add a new frontend warning for referencing members from the handler of a cons...Aaron Ballman2015-09-011-5/+4
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-1/+1
* Cleanup ObjCInterfaceDecl lookup for ObjC literalsAlex Denisov2015-07-241-1/+1
* Add missing files for objc_boxable feature.Alex Denisov2015-07-231-0/+118
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-8/+8
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-0/+33
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-1/+1
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-0/+407
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-072-0/+33
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-0/+26
* Make __has_extension(assume_nonnull) always true.Douglas Gregor2015-06-291-0/+4
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-2410-40/+40
* Make -Wnullability-completeness work with -Wsystem-headers.Douglas Gregor2015-06-192-1/+11
* CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor2015-06-191-0/+16
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-1910-13/+138
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-194-0/+151
* [Objective-C Sema] Fixes a typo which did not allow Fariborz Jahanian2015-04-103-5/+7
* Recognize objc_bridge(id) on bridged casts to CF types.John McCall2015-03-101-0/+18
* Update error message text.Serge Pavlov2015-01-181-2/+2
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* Allow @synchronized to contextually convert a C++ object to an ObjC object po...Jordan Rose2014-08-121-0/+20
* Fix crash when accessing a property of an invalid interfaceOlivier Goffart2014-08-041-1/+5
* Fix crash when assiging to a property with an invalid typeOlivier Goffart2014-08-041-0/+19
* Fix assertion hit or bogus compiler error in cases when instantiating ObjC pr...Argyrios Kyrtzidis2014-06-191-0/+35
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-101-0/+135
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-292-106/+259
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-221-3/+3
* Disallow driver use in more Sema testsAlp Toker2014-04-191-0/+4
* Objective-C arc [Sema]. Allow bridge cast of a qualified-id expressionFariborz Jahanian2014-04-042-26/+26
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-1/+1
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-3/+3
* A new conversion warning for when an Objective-C object literal is implicitlyRichard Trieu2014-01-281-0/+74
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* [ms-cxxabi] Elide dtor access checks for pass-by-val objects in calleesHans Wennborg2014-01-131-2/+3
* Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretai...Douglas Gregor2014-01-021-0/+16
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+1
* Allow Objective-C pointer conversions following an explicit user conversion.Douglas Gregor2013-12-181-0/+19
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-161-8/+4
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-091-6/+6
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-071-0/+31
* Test to ensure no old-style-cast warning is emitted for objc-arc __bridge castsAlp Toker2013-12-031-0/+11
* ObjectiveC migrator. Improve on definition, useFariborz Jahanian2013-11-222-2/+2
* ObjectiveC. Allow toll free bridge cast warnings outsideFariborz Jahanian2013-11-212-0/+267
* Fix new check for missing semicolon after struct definition to deal with theRichard Smith2013-11-201-4/+4
* Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained refe...Douglas Gregor2013-11-081-0/+10
* Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor2013-11-071-0/+33