summaryrefslogtreecommitdiffstats
path: root/lib/Edit/RewriteObjCFoundationAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-0/+1
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-231-2/+1
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-7/+6
* Remove trailing spaceFangrui Song2018-07-301-9/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+4
* Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev2016-12-231-0/+1
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+1
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-0/+3
* Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian2014-08-251-1/+2
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-4/+4
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-0/+1
* ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian2013-07-181-92/+0
* ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian2013-07-181-0/+13
* ObjectiveC migration: complete migrating classFariborz Jahanian2013-07-161-22/+22
* ObjC migrator: build conforming interfaceFariborz Jahanian2013-07-161-0/+32
* ObjC migrator: Improve on hueristics.Fariborz Jahanian2013-07-101-5/+20
* objc migrator: More refinment of propertyFariborz Jahanian2013-07-101-9/+9
* [Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2013-07-081-1/+27
* [objc migrator]: More knobs to do migration toFariborz Jahanian2013-07-051-0/+6
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-3/+3
* Remove an unneeded const_castDmitri Gribenko2013-02-141-3/+2
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-161-4/+158
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+1
* [objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis2012-07-061-5/+70
* [objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis2012-07-051-15/+25
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* [objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis2012-06-201-2/+3
* [objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis2012-06-191-4/+4
* [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...Argyrios Kyrtzidis2012-06-061-9/+27
* [objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis2012-06-041-11/+40
* [objcmt] Warn when modern objc migrator does not convert a NSNumber message b...Argyrios Kyrtzidis2012-05-241-1/+7
* [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.Argyrios Kyrtzidis2012-05-221-0/+2
* [objcmt] Accept char arrays for rewriting to @() syntax.Argyrios Kyrtzidis2012-05-161-2/+4
* [objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: beArgyrios Kyrtzidis2012-05-151-1/+9
* [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis2012-05-151-1/+70
* [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.Argyrios Kyrtzidis2012-05-151-13/+141
* [objcmt] When rewriting to subscripting syntax, make sure we putArgyrios Kyrtzidis2012-05-141-2/+26
* [objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis2012-05-141-0/+63
* Remove unused-but-set variable.Benjamin Kramer2012-03-131-5/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+589