]> granicus.if.org Git - clang/commit
When retrieving the location of a Node, for MemberExprs use the location of the
authorTed Kremenek <kremenek@apple.com>
Fri, 27 Feb 2009 20:05:10 +0000 (20:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 27 Feb 2009 20:05:10 +0000 (20:05 +0000)
commit9b5e5059b2b7751caa2470a33c3ee8ccd3ff013f
tree9495a49ed12bacf56d5b8cbfafd279e097e73d17
parenta97b6666d2e08027e89a01ed718affbf969fad19
When retrieving the location of a Node, for MemberExprs use the location of the
'.' or '->'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BugReporter.cpp