Commits

Doug Gregor committed 563bdb9156a
Clang importer: remove support for implicit properties. We decided not to support "implicit" properties, where we import getter/setter pairs as properties. Rather, we only import a property when there is an explicit "@property" in Objective-C. Remove the flag and supporting code for implicit properties.