diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-26 23:35:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-26 23:35:51 +0000 |
commit | 220ad7c8d1adc23799e480faf189332f1eb032e6 (patch) | |
tree | ff0998c7951190261ccf713b8cbb3ed7ea857ad8 /Driver/PrintParserCallbacks.cpp | |
parent | 0fc73f722fd76a9cc9932e5d21eebfe5a3c81080 (diff) |
pass designators into sema. This completes parser-level designator
support as far as I know.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/PrintParserCallbacks.cpp')
-rw-r--r-- | Driver/PrintParserCallbacks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp index b616268376..94cc0e2237 100644 --- a/Driver/PrintParserCallbacks.cpp +++ b/Driver/PrintParserCallbacks.cpp @@ -485,6 +485,7 @@ namespace { } virtual ExprResult ActOnInitList(SourceLocation LParenLoc, ExprTy **InitList, unsigned NumInit, + InitListDesignations &Designators, SourceLocation RParenLoc) { llvm::cout << __FUNCTION__ << "\n"; return 0; |