[cfe-commits] r83579 - in /cfe/trunk: 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
Douglas Gregor
dgregor at apple.com
Thu Oct 8 14:57:25 PDT 2009
On Oct 8, 2009, at 2:55 PM, Steve Naroff wrote:
> Author: snaroff
> Date: Thu Oct 8 16:55:05 2009
> New Revision: 83579
>
> URL: http://llvm.org/viewvc/llvm-project?rev=83579&view=rev
> Log:
> Add code completion support for ObjC property declarations/attributes.
>
> Added:
> cfe/trunk/test/CodeCompletion/property.m
> Modified:
> cfe/trunk/clang.xcodeproj/project.pbxproj
> cfe/trunk/include/clang/Parse/Action.h
> cfe/trunk/lib/Parse/ParseObjc.cpp
> cfe/trunk/lib/Sema/Sema.h
> cfe/trunk/lib/Sema/SemaCodeComplete.cpp
Looks great, thanks!
- Doug
More information about the cfe-commits
mailing list