aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaObjCXX
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Fix errored return value in CheckFunctionReturnType and add a fixit hintErich Keane1-0/+7
2017-05-10[Sema] Objective-C++ support for type trait __is_base_ofErik Pilkington1-0/+25
2017-05-03Reusing an existing attribute diagnosticOren Ben Simhon1-1/+1
2017-04-20Sema: protect against ObjC++ typo-correction failureSaleem Abdulrasool1-0/+9
2017-04-11[Sema][ObjC] Check whether a variable has a definition, rather thanAkira Hatanaka1-0/+16
2017-04-06[ObjC++] Conversions from specialized to non-specialized Objective-C genericAlex Lorenz1-0/+27
2017-03-30[ARC][ObjC++] Use ObjC semantic rules for comparisons between a pointer andAlex Lorenz1-0/+24
2017-03-29[Objective-C] Miscellaneous -fobjc-weak FixesBrian Kelley1-0/+28
2017-03-29[Objective-C] Fix "weak-unavailable" warning with -fobjc-weakBrian Kelley1-0/+1
2017-03-29[Objective-C] Fix __weak type traits with -fobjc-weakBrian Kelley1-0/+210
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz1-2/+2
2017-03-01[Sema] Add variable captured by a block to the enclosing lambda'sAkira Hatanaka1-1/+12
2017-02-15[Sema] Disallow returning a __block variable via a move.Akira Hatanaka1-1/+15
2017-02-13[test] Make Lit tests C++11 Compatible - Objective-C++Charles Li2-2/+2
2017-02-03[Sema][ObjC++] Typo correction should handle ivars and propertiesAlex Lorenz1-0/+15
2016-12-19Add fix-it notes to the nullability consistency warning.Jordan Rose11-15/+120
2016-12-07[ObjC++] Don't enter a C++ declarator scope when the current context isAlex Lorenz1-0/+35
2016-11-10Don't require nullability on 'va_list'.Jordan Rose1-0/+22
2016-11-10Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose1-6/+6
2016-11-10Add -Wnullability-completeness-on-arrays.Jordan Rose2-0/+99
2016-11-02Don't require nullability on template parameters in typedefs.Jordan Rose1-0/+8
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith1-3/+2
2016-10-21Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin1-2/+3
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith1-3/+2
2016-07-15Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2-0/+65
2016-06-23Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith1-6/+3
2016-06-23Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne1-3/+6
2016-06-23Rearrange condition handling so that semantic checks on a condition variableRichard Smith1-6/+3
2016-06-03Obj-C: Fix assert-on-invalid (PR27822)Hans Wennborg1-0/+7
2016-05-04[ObjC] Enter a new evaluation context before callingAkira Hatanaka1-0/+16
2016-03-25[ObjCXX] Warn undeclared identifiers.Manman Ren1-0/+23
2016-03-03Improve some infrastructure for extended parameter infos andJohn McCall2-2/+10
2016-03-01Test template instantiation of ns_consumed and ns_returns_retained.John McCall1-1/+125
2016-02-25[Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.Akira Hatanaka1-0/+9
2016-02-18[Sema] Fix bug in TypeLocBuilder::pushImplAkira Hatanaka1-0/+12
2016-02-02ObjCXX: fix a crash during typo correction.Manman Ren1-0/+27
2015-12-14Allow pseudo-destructor calls on forward-declared Objective-C class pointers.John McCall1-0/+23
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li1-3/+16
2015-12-08Objective-C properties: fix bogus use of "isa<>" on a QualType.Douglas Gregor1-0/+10
2015-11-11[Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2-3/+14
2015-11-03Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor1-2/+2
2015-10-28Refine r251469 to give better (and more localizable) diagnosticsJohn McCall1-2/+2
2015-10-28Add the ability to define "fake" arguments on attributes.John McCall1-1/+1
2015-10-27Be more conservative about diagnosing "incorrect" uses of __weak:John McCall1-1/+1
2015-10-21Some minor ARC diagnostic improvements.John McCall1-2/+2
2015-10-09Fix inference of _Nullable for weak Objective-C properties.Douglas Gregor2-0/+15
2015-10-01Perform Objective-C lifetime adjustments before comparing deduced lambda resu...Douglas Gregor1-0/+19
2015-09-23Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall1-0/+119
2015-09-15Don't crash when passing &@selector to a _Nonnull parameter. Fixes PR24774.Nico Weber1-1/+6
2015-09-10Move sel-address.mm from test/CodeGenCXX to test/SemaObjCXX, it's not a codeg...Nico Weber1-0/+14