summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Fix errored return value in CheckFunctionReturnType and add a fixit hintErich Keane2017-05-101-0/+7
* [Sema] Objective-C++ support for type trait __is_base_ofErik Pilkington2017-05-101-0/+25
* Reusing an existing attribute diagnosticOren Ben Simhon2017-05-031-1/+1
* Sema: protect against ObjC++ typo-correction failureSaleem Abdulrasool2017-04-201-0/+9
* [Sema][ObjC] Check whether a variable has a definition, rather thanAkira Hatanaka2017-04-111-0/+16
* [ObjC++] Conversions from specialized to non-specialized Objective-C genericAlex Lorenz2017-04-061-0/+27
* [ARC][ObjC++] Use ObjC semantic rules for comparisons between a pointer andAlex Lorenz2017-03-301-0/+24
* [Objective-C] Miscellaneous -fobjc-weak FixesBrian Kelley2017-03-291-0/+28
* [Objective-C] Fix "weak-unavailable" warning with -fobjc-weakBrian Kelley2017-03-291-0/+1
* [Objective-C] Fix __weak type traits with -fobjc-weakBrian Kelley2017-03-291-0/+210
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-2/+2
* [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