diff options
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
-rw-r--r-- | clang/lib/AST/Expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 1ab2220387f..f72ff4f6ca9 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/lib/AST/Expr.cpp @@ -282,7 +282,7 @@ InitListExpr::InitListExpr(SourceLocation lbraceloc, InitExprs.push_back(initexprs[i]); } -/// getFunctionType - Return the underlying function type for this closure. +/// getFunctionType - Return the underlying function type for this block. /// const FunctionType *BlockExpr::getFunctionType() const { return getType()->getAsBlockPointerType()-> |