commit | 8a2a4f8dd31f3228ce323cd2e3c788cbf9f2e7c1 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Sat Oct 08 01:11:42 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Sat Oct 08 01:11:42 2011 +0000 |
tree | 3c528fcc9735bca96a587d38a6c65ea72a449444 | |
parent | bc36a861b8e0b2f2dde34f27c9fa9629a357d598 [diff] [blame] |
Fix the last testsuite regression from the apple-names stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141468 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionDeclMap.cpp b/source/Expression/ClangExpressionDeclMap.cpp index 368bbe6..e08985a 100644 --- a/source/Expression/ClangExpressionDeclMap.cpp +++ b/source/Expression/ClangExpressionDeclMap.cpp
@@ -2182,7 +2182,8 @@ { const bool include_symbols = true; const bool append = false; - m_parser_vars->m_sym_ctx.FindFunctionsByName (name, + m_parser_vars->m_sym_ctx.FindFunctionsByName (name, + eFunctionNameTypeBase, include_symbols, append, sc_list);