]> granicus.if.org Git - clang/commit
Fix for testcase that assigns a dereferenced reference to a pointer. The
authorBill Wendling <isanbard@gmail.com>
Mon, 3 Dec 2007 07:33:35 +0000 (07:33 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 3 Dec 2007 07:33:35 +0000 (07:33 +0000)
commit43d69750e7f7b26076e7474dec8839bb777b260f
tree47438a8a1566f9cf3bd80d337d3f337c85d0cb11
parentec86b97c34b4da5f66b2522d296a6d1c94f742e4
Fix for testcase that assigns a dereferenced reference to a pointer. The
standard says that we should adjust the "reference to T" type to "T"
before analysis.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44530 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp
test/Sema/cxx-references.cpp