]> granicus.if.org Git - clang/commit
Improve diagnostic location information when checking the initialization of a reference
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 23:04:10 +0000 (23:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 23:04:10 +0000 (23:04 +0000)
commit739d8283149d999f598a7514c6ec2b42598f51d3
treee6d7b5a119af205d13f33998f73d3e8371014630
parent96be6917e1c4ba1f4435a14c9e7c6c139571d086
Improve diagnostic location information when checking the initialization of a reference

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82666 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp