commit | a729da2c29e7df26319acf2675d51e377287a139 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Jul 09 18:44:02 2010 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Jul 09 18:44:02 2010 +0000 |
tree | 30b30dd974b6cb972cb06ef3424f63c424ce62df | |
parent | 52ddc5df59a26570fbca47d269f82954ae3397d1 [diff] [blame] |
Instantiation of block literal expressions. wip. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108000 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 1f948b6..01fc1c1 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h
@@ -158,7 +158,7 @@ bool hasBlockDeclRefExprs; BlockDecl *TheDecl; - + /// TheScope - This is the scope for the block itself, which contains /// arguments etc. Scope *TheScope;