summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Add variable captured by a block to the enclosing lambda'sAkira Hatanaka2017-03-011-1/+12
* [Sema] Disallow returning a __block variable via a move.Akira Hatanaka2017-02-151-1/+15
* [test] Make Lit tests C++11 Compatible - Objective-C++Charles Li2017-02-132-2/+2
* [Sema][ObjC++] Typo correction should handle ivars and propertiesAlex Lorenz2017-02-031-0/+15
* Add fix-it notes to the nullability consistency warning.Jordan Rose2016-12-1911-15/+120
* [ObjC++] Don't enter a C++ declarator scope when the current context isAlex Lorenz2016-12-071-0/+35
* Don't require nullability on 'va_list'.Jordan Rose2016-11-101-0/+22
* Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose2016-11-101-6/+6
* Add -Wnullability-completeness-on-arrays.Jordan Rose2016-11-102-0/+99
* Don't require nullability on template parameters in typedefs.Jordan Rose2016-11-021-0/+8
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-3/+2
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-2/+3
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-3/+2
* Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2016-07-152-0/+65
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-6/+3
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-3/+6
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-6/+3
* Obj-C: Fix assert-on-invalid (PR27822)Hans Wennborg2016-06-031-0/+7
* [ObjC] Enter a new evaluation context before callingAkira Hatanaka2016-05-041-0/+16
* [ObjCXX] Warn undeclared identifiers.Manman Ren2016-03-251-0/+23
* Improve some infrastructure for extended parameter infos andJohn McCall2016-03-032-2/+10
* Test template instantiation of ns_consumed and ns_returns_retained.John McCall2016-03-011-1/+125
* [Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.Akira Hatanaka2016-02-251-0/+9
* [Sema] Fix bug in TypeLocBuilder::pushImplAkira Hatanaka2016-02-181-0/+12
* ObjCXX: fix a crash during typo correction.Manman Ren2016-02-021-0/+27
* Allow pseudo-destructor calls on forward-declared Objective-C class pointers.John McCall2015-12-141-0/+23
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-3/+16
* Objective-C properties: fix bogus use of "isa<>" on a QualType.Douglas Gregor2015-12-081-0/+10
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-112-3/+14
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-2/+2
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-281-2/+2
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-1/+1
* Be more conservative about diagnosing "incorrect" uses of __weak:John McCall2015-10-271-1/+1
* Some minor ARC diagnostic improvements.John McCall2015-10-211-2/+2
* Fix inference of _Nullable for weak Objective-C properties.Douglas Gregor2015-10-092-0/+15
* 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