]> granicus.if.org Git - clang/commit
When creating the declaration reference for implicit copy-construction
authorDouglas Gregor <dgregor@apple.com>
Mon, 3 May 2010 15:43:53 +0000 (15:43 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 3 May 2010 15:43:53 +0000 (15:43 +0000)
commit62b71f489ec9735cfaa379ee604d0e12dde78975
tree3a6eb132b316cc604febbc7bddf29467540a24a4
parentae374759fce6c74d5be29dfe058d4a727154115c
When creating the declaration reference for implicit copy-construction
of a base class, give it real source-location information. Fixes PR7017.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp