aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Action.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-03-13 23:29:20 +0000
committerAnders Carlsson <andersca@mac.com>2009-03-13 23:29:20 +0000
commitad5f960f9e42568a87bf5e03dce7ad878f9ba6da (patch)
tree8f3d87b4d8d2d50bc9f3259942be3ab5e2bfed5c /include/clang/Parse/Action.h
parent0c3f599bcaf79302caae6183464c9fe4532cbcd2 (diff)
Pass more sane arguments to ActOnStaticAssertDeclaration
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r--include/clang/Parse/Action.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index 0a736f13a1..3900e38da7 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -884,9 +884,8 @@ public:
virtual void ActOnFinishDelayedCXXMethodDeclaration(Scope *S, DeclTy *Method) {
}
- virtual DeclTy *ActOnStaticAssertDeclaration(SourceLocation LParenLoc,
+ virtual DeclTy *ActOnStaticAssertDeclaration(SourceLocation AssertLoc,
ExprArg AssertExpr,
- SourceLocation CommaLoc,
ExprArg AssertMessageExpr,
SourceLocation RParenLoc) {
return 0;