Missed a place where we have to pass the source location twice to FunctionDecl::Create.
authorJim Ingham <jingham@apple.com>
Fri, 28 Jun 2013 22:21:22 +0000 (22:21 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 28 Jun 2013 22:21:22 +0000 (22:21 +0000)
commit6843e59cda0918005d345e4c0a5af98d51d9fa01
tree9eab7cb7b409d65435ad728e1c014562b6496a80
parentbfd578dc18e5dbc1ea2af6ada4e1787faf52bff8
Missed a place where we have to pass the source location twice to FunctionDecl::Create.

llvm-svn: 185233
lldb/source/Expression/ClangASTSource.cpp