]> granicus.if.org Git - clang/commit
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)
commit45c3ba76e90753006bdfeea884972ddd24cb3131
treeb8f5c3c50210f35cfcf82355a384296753475e37
parentcf2901abf346c64792e3beb1e7dfeecff0b313f7
Provide a fixit hint for changing '->' to '.' if there is no operator->
defined for a class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/FixIt/fixit.cpp