diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:55:10 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:55:10 +0000 | 
| commit | 11d2b2d2bb706fca0656f2760839721bb7f6cb6f (patch) | |
| tree | d374cdca417e76f1bf101f139dba2db1d10ee8f7 /include/clang/AST/ExprCXX.h | |
| parent | c0c7bca4e5b8d12699dc93a0da49e9e4bb79671b (diff) | |
Notes
Diffstat (limited to 'include/clang/AST/ExprCXX.h')
| -rw-r--r-- | include/clang/AST/ExprCXX.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index d1351b8b14471..6e2e832e3542d 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -1095,8 +1095,8 @@ public:      : Expr(CXXPseudoDestructorExprClass,             Context.getPointerType(Context.getFunctionType(Context.VoidTy, 0, 0,                                                            false, 0, false,  -                                                          false, 0, 0, false, -                                                          CC_Default)), +                                                          false, 0, 0, +                                                      FunctionType::ExtInfo())),             /*isTypeDependent=*/(Base->isTypeDependent() ||              (DestroyedType.getTypeSourceInfo() &&                DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),  | 
