summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/encode-test.m
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefsAkira Hatanaka2019-05-291-1/+1
* [Sema] Make string literal init an rvalue.Eli Friedman2019-02-081-1/+2
* Handle ObjCEncodeExpr in extractStringLiteralCharacter.Akira Hatanaka2017-01-311-0/+11
* Switch CGObjCMac to use ConstantInitBuilder. Whew.John McCall2016-11-301-1/+1
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-181-1/+1
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-181-1/+1
* Add test coverage for @encode(SEL); completely untested until now.Nico Weber2015-09-151-0/+3
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-1/+1
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-1/+1
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-1/+1
* Objective-C. provide legacy encoding of *id and *Class typesFariborz Jahanian2014-01-281-0/+8
* Objective-C encoding. Fixes up encodeing forFariborz Jahanian2013-06-041-1/+1
* Robustify the @encode code and add support for _Atomic.John McCall2012-12-201-0/+4
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* For the purpose of @encode'ing, accept 'void' typeFariborz Jahanian2011-06-161-0/+4
* Reapply the commits that r131401 reverted and add a fix for PR9927.Argyrios Kyrtzidis2011-05-171-0/+17
* Revert 131377, 131369 and 131365.Rafael Espindola2011-05-161-17/+0
* Fix generation of obj-c @encoding for members with zero size.Argyrios Kyrtzidis2011-05-151-0/+10
* Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.Argyrios Kyrtzidis2011-05-141-0/+7
* IRgen/Obj-C: Fix encoding of "long double".Daniel Dunbar2010-10-111-0/+6
* Merge encode-test-1.m into encode-test.mDaniel Dunbar2010-10-111-0/+29
* FileCheck'ize test.Daniel Dunbar2010-10-111-6/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* Fix a crash when ivar type is a __strong SEL. Fallout fromFariborz Jahanian2009-11-301-0/+1
* Fixe a crash in encoding of SEL type caused by recent changes.Fariborz Jahanian2009-11-231-0/+2
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-6/+6
* Fix a couple recent ABI regressions noticed during code review (fallout from ...Steve Naroff2009-07-221-2/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-2/+2
* rdar://6827200 - [sema] reject statically allocated arrays of interface typesChris Lattner2009-04-271-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a grep error that caused CodeGenObjC/encode-test.m to fail.Sebastian Redl2008-12-281-1/+1
* Last patch, for now, to privde ObjC's encoding of types.Fariborz Jahanian2008-12-231-1/+10
* More encoding support; in this case, encoding ofFariborz Jahanian2008-12-221-1/+5
* Test case makes a platform assumption, so force triple.Sebastian Redl2008-12-211-1/+1
* Finish up saving original parameter type andFariborz Jahanian2008-12-201-1/+14
* Strangely enough, name of ObjC class is not encoded into theFariborz Jahanian2008-12-201-1/+14
* More encoding support. This time forFariborz Jahanian2008-12-191-1/+39
* Test case for my last @encode patch.Fariborz Jahanian2008-12-191-0/+17
OpenPOWER on IntegriCloud