diff options
author | Mike Stump <mrs@apple.com> | 2009-10-21 22:01:24 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-10-21 22:01:24 +0000 |
commit | 38e1627e895cd276186ebf177f75ba5d229c3fd7 (patch) | |
tree | ac3c56058b6b87919f1e8424c2d66a4f3c091010 /lib/AST/ASTContext.cpp | |
parent | 87f9fd90ca08348d2a058c526760688e17208daa (diff) |
Refine collection of BlockDeclRefExprs. WIP.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r-- | lib/AST/ASTContext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index 4a0df6bf02..42a6704d8a 100644 --- a/lib/AST/ASTContext.cpp +++ b/lib/AST/ASTContext.cpp @@ -2757,8 +2757,8 @@ QualType ASTContext::BuildByRefType(const char *DeclName, QualType Ty) { // struct __Block_byref_1_X *__forwarding; // unsigned int __flags; // unsigned int __size; - // void *__copy_helper; - // void *__destroy_helper; + // void *__copy_helper; // as needed + // void *__destroy_help // as needed // int X; // } * |