aboutsummaryrefslogtreecommitdiff
path: root/Driver/PrintParserCallbacks.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-03-15 18:44:04 +0000
committerAnders Carlsson <andersca@mac.com>2009-03-15 18:44:04 +0000
commit94b15fbc3a10cdfb1639528a8a773b66a1e7cd9e (patch)
tree3a4a1934846d3c0270d5cd87b89891a47feb9396 /Driver/PrintParserCallbacks.cpp
parenta135fb43eb94524a6529768596a4533eed9aa70d (diff)
Handle static_asserts when instantiating structs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/PrintParserCallbacks.cpp')
-rw-r--r--Driver/PrintParserCallbacks.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp
index f9399e2e1e..b123505bf8 100644
--- a/Driver/PrintParserCallbacks.cpp
+++ b/Driver/PrintParserCallbacks.cpp
@@ -724,8 +724,7 @@ namespace {
virtual DeclTy *ActOnStaticAssertDeclaration(SourceLocation AssertLoc,
ExprArg AssertExpr,
- ExprArg AssertMessageExpr,
- SourceLocation RParenLoc) {
+ ExprArg AssertMessageExpr) {
llvm::cout << __FUNCTION__ << "\n";
return 0;
}