summaryrefslogtreecommitdiff
path: root/test/Rewriter
Commit message (Expand)AuthorAge
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-23
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-22
* Reorganize and improve semantic tests for dllexport/importNico Rieck2014-02-22
* Use -target instead of ignored -arch to fix x86_64 buildersNico Rieck2014-02-16
* Fix broken CHECK linesNico Rieck2014-02-16
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-26
* Correct test to target 'unknown'Alp Toker2013-12-02
* ObjectiveC modern translator. Fixes a translation bugFariborz Jahanian2013-11-22
* ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian2013-10-07
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-27
* Revert my patch in r191155 to allow forwardFariborz Jahanian2013-09-24
* ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian2013-09-17
* Modern ObjectiveC translator. Fix translation of Fariborz Jahanian2013-09-09
* ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian2013-09-05
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-29
* Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky2013-08-27
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-04
* Define id to the correct type.Rafael Espindola2013-06-07
* Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.Nico Weber2013-05-08
* Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith2013-04-30
* Objective-C modern rewriter. Fixes a bugFariborz Jahanian2013-04-03
* Objective-C modern translator. Don't put line infoFariborz Jahanian2013-03-18
* objective-C modern translator: Fixes a mistranslationFariborz Jahanian2013-02-11
* objective-C modern translation: Fix another random translation bugFariborz Jahanian2013-02-08
* objective-C modern translator. Fixes a trivialFariborz Jahanian2013-02-08
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-08
* objective-C modern translator. More fixups for Fariborz Jahanian2013-02-07
* objective-C modern translator. Fix up the translatedFariborz Jahanian2013-02-07
* -arch is a darwin-specific driver feature, use a triple instead in rewriter t...Benjamin Kramer2012-10-02
* Modern translator test. Breakup test into two andFariborz Jahanian2012-10-01
* Rename a test I just added.Fariborz Jahanian2012-10-01
* objective-C modern translator. Test for producing bothFariborz Jahanian2012-10-01
* StmtPrinter: Print floating point literals with the right suffix to disambigu...Benjamin Kramer2012-09-20
* Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian2012-08-21
* Remove dependency on string.hFariborz Jahanian2012-06-29
* objective-c modern translator: synthesize argument typeFariborz Jahanian2012-06-29
* objective-c modern translator: Translation into objc_msgSend_stretFariborz Jahanian2012-06-29
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian2012-05-23
* [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis2012-05-10
* Test for previously checked in patch.Fariborz Jahanian2012-05-10
* Remove this test again which fails the build-bot for reasons yetFariborz Jahanian2012-05-09
* Re-add test for // rdar://11374235Fariborz Jahanian2012-05-09
* Remove thid test for now.Fariborz Jahanian2012-05-09
* Modern objective-c translation. Translating defaultFariborz Jahanian2012-05-08
* modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian2012-05-08
* Revert r156097, which appears to be causing some breakage.Douglas Gregor2012-05-07
* objc modern translator: fix up attribute for dynamic property in a category.Fariborz Jahanian2012-05-03
* modern objc translator: support for default propertyFariborz Jahanian2012-05-03