]> granicus.if.org Git - clang/commit
Use instance_properties instead of properties. NFC.
authorManman Ren <manman.ren@gmail.com>
Tue, 26 Jan 2016 18:05:23 +0000 (18:05 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 26 Jan 2016 18:05:23 +0000 (18:05 +0000)
commit00fef86c90e0dae2bac1905d5317fad36e5b591c
tree499c2c4b69072679da91a17f7638bf7d7d1f7ad7
parent4b4b63acea7d6c38abf735092cb92b71b8488210
Use instance_properties instead of properties. NFC.

All current properties are instance properties.

This is the second patch in a series of patches to support class properties
in addition to instance properties in objective-c.

rdar://23891898

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258824 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/DeclObjC.h
lib/ARCMigrate/ObjCMT.cpp
lib/ARCMigrate/TransProperties.cpp
lib/AST/DeclObjC.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/Frontend/Rewrite/RewriteModernObjC.cpp
lib/Frontend/Rewrite/RewriteObjC.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp