diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-01 23:51:29 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-01 23:51:29 +0000 |
commit | a3a835149ed4b183e3b009a1f94a6123779d696b (patch) | |
tree | 4186529d07788a3fb5cb46c22bb4768ed9f5f625 /lib/Parse/Parser.cpp | |
parent | 78d8a089c8f124ba6f47bb37e2c4a36986f60e23 (diff) |
Add some more code modification hints
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/Parser.cpp')
-rw-r--r-- | lib/Parse/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/Parser.cpp b/lib/Parse/Parser.cpp index 5b38f60abe..495d5e51dd 100644 --- a/lib/Parse/Parser.cpp +++ b/lib/Parse/Parser.cpp @@ -740,7 +740,7 @@ void Parser::ParseKNRParamDeclarations(Declarator &D) { } // The actions module must verify that all arguments were declared. - Actions.ActOnFinishKNRParamDeclarations(CurScope, D); + Actions.ActOnFinishKNRParamDeclarations(CurScope, D, Tok.getLocation()); } |