]> granicus.if.org Git - clang/commit
PR4103: improve source location information for members of the current
authorEli Friedman <eli.friedman@gmail.com>
Wed, 29 Apr 2009 17:56:47 +0000 (17:56 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 29 Apr 2009 17:56:47 +0000 (17:56 +0000)
commit72527137c521ad9330ecb81ccd841159719dc8cd
tree8fc5df682ca72e330cdfe8ee9637d27ffba9a531
parent7dc813462dd9fd3f6f4296f896a12de14264fef8
PR4103: improve source location information for members of the current
class.  This isn't perfect, but it's a big improvement over not having
any location information.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70390 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/Sema/SemaExpr.cpp
test/SemaCXX/member-location.cpp [new file with mode: 0644]