summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/instantiate-blocks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More block instantiation stuff. Set variable/param DeclContextFariborz Jahanian2010-07-131-0/+26
| | | | | | | | to block context when first instantiating them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108266 91177308-0d34-0410-b5e6-96231b3b80d8
* BlockDeclRefExpr of a dependent type mustFariborz Jahanian2010-07-091-1/+1
| | | | | | | | be a dependent expression when its is built. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108026 91177308-0d34-0410-b5e6-96231b3b80d8
* Instantiation of byref variable inFariborz Jahanian2010-07-091-1/+5
| | | | | | | block literal expression. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108019 91177308-0d34-0410-b5e6-96231b3b80d8
* Instantiation of block literal expressions. wip.Fariborz Jahanian2010-07-091-0/+29
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108000 91177308-0d34-0410-b5e6-96231b3b80d8