diff options
author | Anders Carlsson <andersca@mac.com> | 2009-03-15 18:44:04 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-03-15 18:44:04 +0000 |
commit | 94b15fbc3a10cdfb1639528a8a773b66a1e7cd9e (patch) | |
tree | 3a4a1934846d3c0270d5cd87b89891a47feb9396 /Driver/PrintParserCallbacks.cpp | |
parent | a135fb43eb94524a6529768596a4533eed9aa70d (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.cpp | 3 |
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; } |