Provide a fixit hint for changing '->' to '.' if there is no operator->
authorKaelyn Uhrain <rikka@google.com>
Thu, 11 Jul 2013 22:38:30 +0000 (22:38 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 11 Jul 2013 22:38:30 +0000 (22:38 +0000)
commit1bb5dbf6288899909f551b4905d8b79ddb3490c8
tree215eda849553309ddc6eb59c3eee025892d7b95b
parent04bd68407470536d2d2c6274b6b5dae754c1c9b0
Provide a fixit hint for changing '->' to '.' if there is no operator->
defined for a class.

llvm-svn: 186128
clang/lib/Sema/SemaOverload.cpp
clang/test/FixIt/fixit.cpp