Don't lifetime-extend or track lifetime problems through the LHS of '->*'.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Jul 2018 21:18:30 +0000 (21:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Jul 2018 21:18:30 +0000 (21:18 +0000)
commita3fd11621951a8b1bf6a2ee2897228bcf05f1f51
tree8a5ff6430779feac80547d18373462b3e87877bc
parent6d29891bef02dd187606d26e1087500b1e3720d1
Don't lifetime-extend or track lifetime problems through the LHS of '->*'.

Fixes a false-positive warning found by selfhost.

llvm-svn: 337857
clang/lib/AST/Expr.cpp
clang/test/SemaCXX/return-stack-addr.cpp