]> granicus.if.org Git - clang/commit
Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Oct 2011 00:41:24 +0000 (00:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Oct 2011 00:41:24 +0000 (00:41 +0000)
commit97f9fe06e7acd55d7d9075a41e33f54855c75eae
tree677c0479dbc6b7d4a6950bf1b410a5ca62ad0c37
parentf226ff9fe8c8db6c5b74a61ce649eda1491c3502
Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding
it during template instantiation, for a known RHS decl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142890 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/SemaCXX/warn-thread-safety-analysis.cpp