summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/Inputs
AgeCommit message (Expand)Author
2022-02-24Use functions with prototypes when appropriate; NFCAaron Ballman
2019-09-07[Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka
2019-07-26Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka
2019-07-13[Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka
2018-03-13Check that a field is not annotated with attribute "unavailable" beforeAkira Hatanaka
2015-07-23Add missing files for objc_boxable feature.Alex Denisov
2014-10-28Objective-C. revert patch for rdar://17554063.Fariborz Jahanian
2014-08-08Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian
2014-08-07Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian
2014-08-06Objective-C ARC. More code for Objective-C'sFariborz Jahanian
2014-03-11test: Give instrumentation based profiling tests their own directoryJustin Bogner
2014-03-06PGO: Add support for Objective-C blocks.Bob Wilson
2014-03-06PGO: add instrumentation for Objective-C methods.Bob Wilson
2014-02-24Do not put instrumentation counters before phis in ObjC for-in loops.Bob Wilson
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek