]> granicus.if.org Git - clang/commit
Don't use NamedDecl::getNameAsCString() when dealing with C++ methods,
authorDouglas Gregor <dgregor@apple.com>
Mon, 22 Feb 2010 16:44:27 +0000 (16:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 22 Feb 2010 16:44:27 +0000 (16:44 +0000)
commitaef605d0089cdff75f1abf90fe121e8dee39d55e
tree3f6002cd226488e17e12890a6b88b9f683c52bfd
parentc3daac59e26b63c08208de2fbaceb1ff01be3492
Don't use NamedDecl::getNameAsCString() when dealing with C++ methods,
since they may not have normal identifiers for names. Fixes PR6369.

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