summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Relax a failing assert in TemplateArgumentLocErik Pilkington2018-07-311-0/+7
* [Sema][ObjC] Warn when a method declared in a protocol takes aAkira Hatanaka2018-07-281-0/+39
* [Sema] Produce diagnostics for attribute 'trivial_abi' that appearsAkira Hatanaka2018-06-191-0/+4
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-1/+1
* [Sema][ObjC] Ensure that the return type of an ObjC method is a completeAkira Hatanaka2018-04-121-3/+5
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+93
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-16/+16
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-16/+16
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-16/+16
* [ObjC++] Don't warn about pessimizing move for __block variablesAlex Lorenz2017-11-071-0/+43
* Typo correct the condition of 'do-while' before exiting its scopeAlex Lorenz2017-10-301-1/+33
* [Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka2017-10-242-0/+18
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-0/+37
* [Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai2017-09-281-1/+1
* Add test cases that weren't committed in r313945.Akira Hatanaka2017-09-221-0/+90
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-90/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+90
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-90/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+90
* [Sema] Correct typos in LHS, RHS before building a binop expression.Volodymyr Sapsai2017-09-151-0/+19
* 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