summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/reference-in-blocks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a code gen crash when block is a reference type, etc.Fariborz Jahanian2010-05-041-1/+23
| | | | | | (radar 7495203). llvm-svn: 103022
* Specify temporary file for -emit-llvm output in test case so that we don't ↵Ted Kremenek2010-04-151-1/+1
| | | | | | | | deposit the file in the original source directory. llvm-svn: 101402
* Add encoding of reference types like gcc does for objc methods andFariborz Jahanian2010-04-131-0/+21
blocks. Fixes PR6468. llvm-svn: 101196
OpenPOWER on IntegriCloud