summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/boxing.m
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-181-6/+6
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-181-6/+6
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-6/+6
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-11/+11
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-12/+12
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-12/+12
* Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman2013-02-051-6/+6
* Add documentation about boxing enum types and a codegen test to makeArgyrios Kyrtzidis2012-05-151-0/+7
* Add a test case for going through typedefs until we reach "BOOL", that NSAPI:...Argyrios Kyrtzidis2012-05-111-0/+2
* [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis2012-05-101-0/+86