]> granicus.if.org Git - clang/commit
Implement synthesizing properties by default.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Feb 2010 19:31:38 +0000 (19:31 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Feb 2010 19:31:38 +0000 (19:31 +0000)
commit412e798941ca64e2e6b084323915fa9aa5f6bdf3
tree40a516ebca93601f6ee2e22bb6f6f5aabeb7f490
parent74a8bbf0654fbbf37be04b240b5bbe591f37f242
Implement synthesizing properties by default.
This is a non-fragile-abi feature only. Since it
breaks existing code, it is currently placed under
-fobjc-nonfragile-abi2 option for test purposes only
until further notice. WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95685 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp