]> granicus.if.org Git - clang/commit
Rename Entity::getName() to Entity::getPrintableName() to make its purpose
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 17 Jul 2009 07:49:44 +0000 (07:49 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 17 Jul 2009 07:49:44 +0000 (07:49 +0000)
commit56aac3f6c2d23c68f527c8225c74d833e534a262
treeec4a6d5f8b3872cce54ad1cdc0a1436bb61f6bce
parent7f66bd28b5e9016f2f6f4ddc52e083352f90ed11
Rename Entity::getName() to Entity::getPrintableName() to make its purpose
more obvious.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76167 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CallGraph.h
include/clang/Index/Entity.h
lib/Analysis/CallGraph.cpp
lib/Index/Entity.cpp