summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-documentation-properties.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-7/+7
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* documentation parsing: when providing code completion commentFariborz Jahanian2013-03-231-0/+20
| | | | | | | for a getter used in property-dot syntax, if geter has its own comment use it. // rdar://12791315 llvm-svn: 177797
* documentation parsing. Provide code completion comment Fariborz Jahanian2013-03-221-0/+4
| | | | | | | | for self.GetterName where GetterName is the getter method for a property with name different from the property name (declared via a property getter attribute) // rdar://12791315 llvm-svn: 177744
* Add comment to my last test.Fariborz Jahanian2013-02-281-5/+7
| | | | llvm-svn: 176272
* objective-C code completion. Property accessors may notFariborz Jahanian2013-02-281-0/+66
have their own code completion comments. Use those in their properties in this case. // rdar://12791315 llvm-svn: 176271
OpenPOWER on IntegriCloud