aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Action.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-06-30 23:26:25 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-06-30 23:26:25 +0000
commitbcfad54a43e5570e09daddd976bd4545933e75b1 (patch)
tree1e4612dfa2e3f061aa0229ae567f4ceab0915598 /include/clang/Parse/Action.h
parentedce4dd44732dfad69f28822dddcf2b8e92b4483 (diff)
Patch to support optional nested-name-specifier in in ctor-initializer
list. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r--include/clang/Parse/Action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index 04acbc4be9..a8e52b2a86 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -1203,6 +1203,7 @@ public:
virtual MemInitResult ActOnMemInitializer(DeclPtrTy ConstructorDecl,
Scope *S,
+ const CXXScopeSpec &SS,
IdentifierInfo *MemberOrBase,
SourceLocation IdLoc,
SourceLocation LParenLoc,