aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Action.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-07-21 22:36:06 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-07-21 22:36:06 +0000
commit393612e6c7727f1fee50039254d9f434364cc0b2 (patch)
tree4e9dd5056b06b00c33f00080e854e20084d31dfe /include/clang/Parse/Action.h
parentae87ce71010f3e2d7043d5c69c14ce70b3770551 (diff)
Patch to accomodate Doug's comment on default
destruction of base/members for each destructor AST. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r--include/clang/Parse/Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index 1f6780e1fe..23c5428ef6 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -1233,7 +1233,7 @@ public:
MemInitTy **MemInits, unsigned NumMemInits){
}
- virtual void ActOnDefaultCDtorInitializers(DeclPtrTy CDtorDecl) {}
+ virtual void ActOnDefaultCtorInitializers(DeclPtrTy CDtorDecl) {}
/// ActOnFinishCXXMemberSpecification - Invoked after all member declarators
/// are parsed but *before* parsing of inline method definitions.