summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
AgeCommit message (Expand)Author
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-11-07[ObjC++] Don't warn about pessimizing move for __block variablesAlex Lorenz
2017-10-30Typo correct the condition of 'do-while' before exiting its scopeAlex Lorenz
2017-10-24[Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka
2017-10-23[Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai
2017-09-28[Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai
2017-09-22Add test cases that weren't committed in r313945.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-15[Sema] Correct typos in LHS, RHS before building a binop expression.Volodymyr Sapsai
2017-05-10Fix errored return value in CheckFunctionReturnType and add a fixit hintErich Keane
2017-05-10[Sema] Objective-C++ support for type trait __is_base_ofErik Pilkington
2017-05-03Reusing an existing attribute diagnosticOren Ben Simhon
2017-04-20Sema: protect against ObjC++ typo-correction failureSaleem Abdulrasool
2017-04-11[Sema][ObjC] Check whether a variable has a definition, rather thanAkira Hatanaka
2017-04-06[ObjC++] Conversions from specialized to non-specialized Objective-C genericAlex Lorenz
2017-03-30[ARC][ObjC++] Use ObjC semantic rules for comparisons between a pointer andAlex Lorenz
2017-03-29[Objective-C] Miscellaneous -fobjc-weak FixesBrian Kelley
2017-03-29[Objective-C] Fix "weak-unavailable" warning with -fobjc-weakBrian Kelley
2017-03-29[Objective-C] Fix __weak type traits with -fobjc-weakBrian Kelley
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz
2017-03-01[Sema] Add variable captured by a block to the enclosing lambda'sAkira Hatanaka
2017-02-15[Sema] Disallow returning a __block variable via a move.Akira Hatanaka
2017-02-13[test] Make Lit tests C++11 Compatible - Objective-C++Charles Li
2017-02-03[Sema][ObjC++] Typo correction should handle ivars and propertiesAlex Lorenz
2016-12-19Add fix-it notes to the nullability consistency warning.Jordan Rose
2016-12-07[ObjC++] Don't enter a C++ declarator scope when the current context isAlex Lorenz
2016-11-10Don't require nullability on 'va_list'.Jordan Rose
2016-11-10Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose
2016-11-10Add -Wnullability-completeness-on-arrays.Jordan Rose
2016-11-02Don't require nullability on template parameters in typedefs.Jordan Rose
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-10-21Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-07-15Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool
2016-06-23Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith
2016-06-23Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne
2016-06-23Rearrange condition handling so that semantic checks on a condition variableRichard Smith
2016-06-03Obj-C: Fix assert-on-invalid (PR27822)Hans Wennborg
2016-05-04[ObjC] Enter a new evaluation context before callingAkira Hatanaka
2016-03-25[ObjCXX] Warn undeclared identifiers.Manman Ren
2016-03-03Improve some infrastructure for extended parameter infos andJohn McCall
2016-03-01Test template instantiation of ns_consumed and ns_returns_retained.John McCall
2016-02-25[Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.Akira Hatanaka
2016-02-18[Sema] Fix bug in TypeLocBuilder::pushImplAkira Hatanaka
2016-02-02ObjCXX: fix a crash during typo correction.Manman Ren