]> granicus.if.org Git - clang/commit
Add code completion support for ObjC property declarations/attributes.
authorSteve Naroff <snaroff@apple.com>
Thu, 8 Oct 2009 21:55:05 +0000 (21:55 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 8 Oct 2009 21:55:05 +0000 (21:55 +0000)
commitece8e71d12b6f4cb2dc501297afef126dab8ad74
tree9993ab0de315ab53b19a38b2488fd4ba9ccc3d91
parent8408db36ee6592dd08d20ffcaac36ba81cffd5b8
Add code completion support for ObjC property declarations/attributes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83579 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/Parse/Action.h
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/property.m [new file with mode: 0644]