summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/extended-block-signature-encode.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-3/+3
| | | | | | | | to a cc1 -fencode-extended-block-signature and pass it to cc1 and recognize this option to produce extended block type signature. // rdar://12109031 llvm-svn: 168063
* objective-C blocks: make cc1 flag -encode-extended-block-signatureFariborz Jahanian2012-11-151-2/+2
| | | | | | the default. // rdar://12109031 llvm-svn: 168007
* objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian2012-11-141-0/+15
generate expanded signature encoding to include types as we already do this for protocol method lists. // rdar://12109031 llvm-svn: 167997
OpenPOWER on IntegriCloud