]> granicus.if.org Git - clang/commit
Add 'fixit' hint on mis-use of pointer-to-member
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Oct 2009 20:45:27 +0000 (20:45 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Oct 2009 20:45:27 +0000 (20:45 +0000)
commitef78ac60136dc694ed383b3d0109224d97791d2f
treebfd9939d82c234eedc5946cf632bc0c577c4b0f0
parentdcd2bd8d308a7fee9945bd7c8ce24ad9cc2192ce
Add 'fixit' hint on mis-use of pointer-to-member
binary operators.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85153 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/FixIt/fixit-pmem.cpp [new file with mode: 0644]