aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/RewriteModernObjC.cpp
AgeCommit message (Expand)Author
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-24Push ArrayRef through the Expr hierarchy.Benjamin Kramer
2012-08-21Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2012-07-25objective-c modern translator. Provide declaration ofFariborz Jahanian
2012-07-16modern objective-c translator: conditionally includeFariborz Jahanian
2012-06-29objective-c modern translator: synthesize argument typeFariborz Jahanian
2012-06-29modern objc translator: string.h is unavailable on some non-OSXFariborz Jahanian
2012-06-29objective-c modern translator: Translation into objc_msgSend_stretFariborz Jahanian
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-24cleanup some code.Fariborz Jahanian
2012-05-23modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian
2012-05-08Modern objective-c translation. Translating defaultFariborz Jahanian
2012-05-08modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian
2012-05-07Revert r156097, which appears to be causing some breakage.Douglas Gregor
2012-05-03objc modern translator: fix up attribute for dynamic property in a category.Fariborz Jahanian
2012-05-03modern objc translator: support for default propertyFariborz Jahanian
2012-05-03modern objc translator: used size_t in coupleFariborz Jahanian
2012-05-03modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian
2012-05-02modern objective-c translator: Fix destructor def.Fariborz Jahanian
2012-05-02Modern objective-c translation: Fixing couple of bugsFariborz Jahanian
2012-05-01modern objective-c translation of private ivars.Fariborz Jahanian
2012-04-30modern objective-c translator. named aggregate typesFariborz Jahanian
2012-04-30minor refactoring of modern objc translator.Fariborz Jahanian
2012-04-30modern objective-c translation: de-virtualize allFariborz Jahanian
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-04-27objective-c modern translator: Correctly translateFariborz Jahanian
2012-04-27modern objective-c translator: _OBJC_PROTOCOL_REFERENCE_* Fariborz Jahanian
2012-04-26modern objective-c transltion: Fixes a translation bugFariborz Jahanian
2012-04-25modern objc rewriter: fixes a bug writing Fariborz Jahanian
2012-04-24modern objc translator: Allow writing of multipleFariborz Jahanian
2012-04-24objc modern rewriter: allow translation ofFariborz Jahanian
2012-04-24objc modern rewriter: minor refactoring.Fariborz Jahanian
2012-04-19objective-c modern translator: Further improving the lastFariborz Jahanian
2012-04-19modern objective-c translator: Fix writing a spurious 'static'Fariborz Jahanian
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-17objective-c modern translation. Correct rewriting ofFariborz Jahanian
2012-04-16Modern objective-c translator:'self' used insideFariborz Jahanian
2012-04-16modern objective-c translator: translation of implicitFariborz Jahanian
2012-04-14objective-c modern translator: Make metadataFariborz Jahanian
2012-04-13modern objective-c translator: Fixes translation ofFariborz Jahanian
2012-04-13modern objective-c translator: When translatingFariborz Jahanian
2012-04-12objective-c modern translator: beautify rewrite ofFariborz Jahanian
2012-04-12modern objective-c translator. ifdef'out Fariborz Jahanian
2012-04-11modern objective-c translator. Fixes a mis-translation whenFariborz Jahanian
2012-04-11modern objective-c translator. Fixes a translation bug when Fariborz Jahanian
2012-04-10modern objective-c translation: writing containerFariborz Jahanian
2012-04-10objective-c modern translator: rewriting specificFariborz Jahanian