aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite
AgeCommit message (Expand)Author
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-25objective-c modern translator. Provide declaration ofFariborz Jahanian
2012-07-16modern objective-c translator: conditionally includeFariborz Jahanian
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
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-28objective-c rewriter: refactoring of rewriting ofFariborz Jahanian
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-15Documentation cleanup: Escaped backslashes in Doxygen comments.James Dennett
2012-06-14Fix crash on missing header in -rewrite-includes.David Blaikie
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-06-09Replace a char counting helper function with std::count.Benjamin Kramer
2012-06-08Convert comments to proper Doxygen comments.Dmitri Gribenko
2012-06-08Disable _Pragma during HTML macro rewriting to keep from crashing.Jordan Rose
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-27clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Wi...NAKAMURA Takumi
2012-05-24cleanup some code.Fariborz Jahanian
2012-05-23modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian
2012-05-22Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek
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