]> granicus.if.org Git - clang/commit
Fix debug info for functions whose context is a namespace.
authorDevang Patel <dpatel@apple.com>
Mon, 11 Oct 2010 21:58:41 +0000 (21:58 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 11 Oct 2010 21:58:41 +0000 (21:58 +0000)
commit0692f838794fc8d2d5692dd31209af891c40ebf1
tree64b97e8aaece8d97558da7027d891aeda7e22c3a
parente0cc52ef8afc8d1cba9c534191b5f0ddaff1d694
Fix debug info for functions whose context is a namespace.
This is tested by namespace.exp in gdb testsuite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116248 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp