aboutsummaryrefslogtreecommitdiff
path: root/lib/Edit/RewriteObjCFoundationAPI.cpp
AgeCommit message (Expand)Author
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-14Remove an unneeded const_castDmitri Gribenko
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-07-06[objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis
2012-07-05[objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2012-06-20[objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis
2012-06-19[objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis
2012-06-06[objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...Argyrios Kyrtzidis
2012-06-04[objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis
2012-05-24[objcmt] Warn when modern objc migrator does not convert a NSNumber message b...Argyrios Kyrtzidis
2012-05-22[objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.Argyrios Kyrtzidis
2012-05-16[objcmt] Accept char arrays for rewriting to @() syntax.Argyrios Kyrtzidis
2012-05-15[objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: beArgyrios Kyrtzidis
2012-05-15[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis
2012-05-15[objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.Argyrios Kyrtzidis
2012-05-14[objcmt] When rewriting to subscripting syntax, make sure we putArgyrios Kyrtzidis
2012-05-14[objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis
2012-03-13Remove unused-but-set variable.Benjamin Kramer
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek