summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/ObjCRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* Convert some ObjC retain/release msgSends to runtime calls.Pete Cooper2018-12-211-0/+37
* Convert some ObjC msgSends to runtime calls.Pete Cooper2018-12-081-0/+37
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-18/+18
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-281-12/+12
* Fix which Darwin versions have ObjC runtime with full subscripting support.Volodymyr Sapsai2018-02-261-2/+2
* revert r317228: remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-0/+5
* remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-5/+0
* [ObjC] Use empty Objective-C collection literal constants whenAkira Hatanaka2017-04-151-0/+14
* Revert "[ObjC] Use empty Objective-C collection literal constants when"Akira Hatanaka2017-04-151-14/+0
* [ObjC] Use empty Objective-C collection literal constants whenAkira Hatanaka2017-04-151-0/+14
* [CodeGen][ObjC] Emit objc_unsafeClaimAutoreleasedReturnValue forAkira Hatanaka2016-12-131-0/+1
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-73/+0
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+73
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-0/+17
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+16
* Enable ARC on the fragile runtime.John McCall2015-10-211-2/+4
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Objective-C driver. Do not use legacy dispatch forFariborz Jahanian2014-02-051-2/+2
* ObjectiveC driver. change to reinstate -fno-objc-legacy-dispatch behavior Fariborz Jahanian2014-01-221-8/+4
* ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior Fariborz Jahanian2014-01-201-0/+9
* Enable non-fragile ABI for the ObjFW runtimeBenjamin Kramer2013-11-231-1/+1
* ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXTFariborz Jahanian2013-10-151-3/+2
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-1/+15
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-1/+14
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-14/+1
* Add Clang support for iOS6.Bob Wilson2012-09-291-1/+14
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-5/+25
* Introduce new queries on ObjCRuntime for how to interpret subscriptsJohn McCall2012-07-311-0/+28
* Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall2012-07-121-1/+11
* Hoist the logic for selecting the Objective-C dispatch method into the runtimeDavid Chisnall2012-07-041-0/+16
* A few more cleanups for the GNU family of ObjC runtimes.David Chisnall2012-07-041-5/+2
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-17/+29
* Documentation cleanup:James Dennett2012-07-021-15/+19
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriateJohn McCall2012-06-201-0/+12
* Restructure how the driver communicates information about theJohn McCall2012-06-201-0/+184