diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 1f948b6624..01fc1c1f12 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -158,7 +158,7 @@ struct BlockScopeInfo : FunctionScopeInfo { bool hasBlockDeclRefExprs; BlockDecl *TheDecl; - + /// TheScope - This is the scope for the block itself, which contains /// arguments etc. Scope *TheScope; |