]> granicus.if.org Git - clang/commit
Implement libclang visitation for UnresolvedMemberExpr. This is the
authorDouglas Gregor <dgregor@apple.com>
Fri, 3 Sep 2010 18:01:25 +0000 (18:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 3 Sep 2010 18:01:25 +0000 (18:01 +0000)
commitaaa80b208de3e2c706badf45060bd126fa747b84
tree446ce5c8ed022797ee96fdf570747ed6f36d64e9
parent53e0c52637e11fef55dfd33a0bd515356755d82b
Implement libclang visitation for UnresolvedMemberExpr. This is the
last of the C++-specific expressions where we have decent source
information in the AST already. In particular, various
object-construction expressions (CXXNewExpr, CXXTemporaryObjectExpr)
still have poor source-location information that needs to be addressed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112981 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/load-stmts.cpp
tools/libclang/CIndex.cpp