]> granicus.if.org Git - clang/commit
Move the "->" to "." fixit from r186128 into a separate note since
authorKaelyn Uhrain <rikka@google.com>
Mon, 15 Jul 2013 19:54:54 +0000 (19:54 +0000)
committerKaelyn Uhrain <rikka@google.com>
Mon, 15 Jul 2013 19:54:54 +0000 (19:54 +0000)
commitd4224347be04594788fc0f26dff7d2c2cc90851e
treed995613fda6d7c4ec012ec3dfc4e848dda616572
parent3f84bb341bfb1312842b09db71d76bc3898ba247
Move the "->" to "." fixit from r186128 into a separate note since
recovery is not attempted with the fixit. Also move the associated test
case from FixIt/fixit.cpp to SemaCXX/member-expr.cpp since the fixit is
no longer automatically applied.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186342 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOverload.cpp
test/FixIt/fixit.cpp
test/SemaCXX/member-expr.cpp