llvm-project/clang/lib
Fariborz Jahanian 071b98edec ObjectiveC migrator. When inferring readwrite property,
do not remove the setter if its availability differs
from availability of the getter (which is now turned into
a property). Otherwise, synthesized setter will
inherit availability of the property (which is incorrect).
// rdar://15300059

llvm-svn: 193837
2013-11-01 00:26:48 +00:00
..
ARCMigrate ObjectiveC migrator. When inferring readwrite property, 2013-11-01 00:26:48 +00:00
AST Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft 2013-10-30 11:55:43 +00:00
ASTMatchers Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." 2013-10-29 14:37:15 +00:00
Analysis Fixed bug with checking the kind of types. 2013-10-31 15:38:12 +00:00
Basic Clang modules: collect exports recursively 2013-10-31 22:24:10 +00:00
CodeGen [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. 2013-10-31 22:37:08 +00:00
Driver [AArch64] Add some CPU targets for "generic", A-53 and A-57. 2013-10-31 09:32:33 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format clang-format: Fix indenting corner case with comment and else. 2013-10-30 14:04:10 +00:00
Frontend Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
FrontendTool Remove -ast-dump-xml. 2013-10-07 20:56:34 +00:00
Headers Define [U]LLONG_{MIN,MAX} for C++11, add tests. 2013-10-27 19:00:49 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
Parse sizeof... a parameter pack should be an unevaluated context. 2013-10-31 15:58:51 +00:00
Rewrite Fix typo: inccrementally 2013-10-13 12:02:16 +00:00
Sema Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a 2013-10-31 21:23:20 +00:00
Serialization Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
StaticAnalyzer [analyzer] Don't crash when a path goes through a 'delete' destructor call. 2013-10-31 18:41:15 +00:00
Tooling Use Rewriter::overwriteChangedFiles() directly 2013-10-29 08:32:41 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00