]> granicus.if.org Git - clang/commit
Teach code completion to provide property results when the property
authorDouglas Gregor <dgregor@apple.com>
Tue, 2 Nov 2010 20:36:02 +0000 (20:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 2 Nov 2010 20:36:02 +0000 (20:36 +0000)
commitca45da0c6da20d9c0c903370f99af5e9a186e0da
tree5bb1d73472ed3cd5218d9f4bfb3862fd22aa1141
parent168943947a42d6819dce56b420dc5aef4d0831ce
Teach code completion to provide property results when the property
can be used to automatically synthesize an ivar.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118052 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
test/Index/complete-synthesized.m [new file with mode: 0644]