OSDN Git Service

It is not a good idea to have data member's name match argument's name. In fact,...
authorDevang Patel <dpatel@apple.com>
Tue, 23 Jun 2009 22:25:41 +0000 (22:25 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 23 Jun 2009 22:25:41 +0000 (22:25 +0000)
commit9af2fa879ca5bc900ea44d2c45534287454844de
tree4b5429793e4124c1fcbd9313b7f24c8c9828d7e2
parentd933803b5155ee8d5f50f3768ef3a9b764995c8d
It is not a good idea to have data member's name match argument's name. In fact, it is a simple receipe to waste an hour or so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74018 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DebugInfo.h
lib/Analysis/DebugInfo.cpp