]> granicus.if.org Git - clang/commit
Use fully qualified name when printing S_CONSTANT records
authorAmy Huang <akhuang@google.com>
Thu, 13 Jun 2019 22:53:43 +0000 (22:53 +0000)
committerAmy Huang <akhuang@google.com>
Thu, 13 Jun 2019 22:53:43 +0000 (22:53 +0000)
commitf46e18fb70234e4f7d162184cd12377360b508e8
treedc9df0646cd8fd60b88a460e9baef077289e5e63
parent5b7a9b06a28a46362be1469f3cce28264971c2b6
Use fully qualified name when printing S_CONSTANT records

Summary:
Before it was using the fully qualified name only for static data members.
Now it does for all variable names to match MSVC.

Reviewers: rnk

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63012

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