summaryrefslogtreecommitdiffstats
path: root/clang/Driver/RewriteTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* On Steve's suggestion, moved handling of use of undeclared method in a messageFariborz Jahanian2007-12-061-4/+4
* Make sure the class methods get attached to the metaclass object.Steve Naroff2007-12-051-2/+2
* Changed type-cast of "struct objc_super"'s 2nd initializer to match definitio...Fariborz Jahanian2007-12-051-2/+2
* Add the definition of objc_super...Steve Naroff2007-12-041-1/+5
* Type-cast initializers for "struct objc_super" parameter to avoid warning.Fariborz Jahanian2007-12-041-3/+9
* Don't assert if objc.h not declared when rewriting.Fariborz Jahanian2007-12-041-1/+17
* Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".Fariborz Jahanian2007-12-041-1/+1
* Change <Objc/objc.h> to <objc/objc.h>Fariborz Jahanian2007-12-031-1/+1
* Fixed a bug exposed by referencing an ivar field using component reference sy...Fariborz Jahanian2007-12-031-1/+3
* Support for rewriteing of messaging of methods which return float.Fariborz Jahanian2007-12-031-0/+27
* Added support for messagings which return a structure-value.Fariborz Jahanian2007-12-031-9/+122
* fix a crash when the rewriter would scan off the beginning of the file.Chris Lattner2007-12-021-3/+11
* add support for custom client-specific diagnostics. As a testcase, make the Chris Lattner2007-12-021-0/+5
* start partitioning the diagnostics into two classes: thoseChris Lattner2007-11-301-0/+2
* pass diagnostics into the rewrite test client.Chris Lattner2007-11-301-2/+10
* Fixed a rewrite bug in class synthesis (which I first thought was a rewrite A...Fariborz Jahanian2007-11-261-4/+6
* Patch to fix a regression caused by recent rewrite changes.Fariborz Jahanian2007-11-261-7/+13
* No need to forward declare definition of objc_super...Steve Naroff2007-11-151-2/+1
* Implement support for variadic methods (work in progress).Steve Naroff2007-11-151-2/+2
* Extend RewriteTest::RewriteObjCIvarRefExpr() to cope with static typing (when...Steve Naroff2007-11-151-2/+20
* Tweak funky cast to accommodate messaging 'super'. This removes any spurious ...Steve Naroff2007-11-151-1/+4
* Rewrite for messaging 'super'.Steve Naroff2007-11-151-7/+140
* - Implement ivar rewrite (patch by Fariborz).Steve Naroff2007-11-151-10/+22
* Refinement to previous commit. Always cast the first argument to "id"...no ne...Steve Naroff2007-11-151-6/+1
* Cast implicit "self" argument to "id". This removes all warnings associated w...Steve Naroff2007-11-141-3/+20
* Always generate a typedef for @class. The typedef removal logic that I'm remo...Steve Naroff2007-11-141-6/+1
* Fix a rewriter bug that steve noticed. Don't skip arbitrary thingsChris Lattner2007-11-141-1/+4
* Patch to comment out use of protocol qualifiers when rewriting ivars.Fariborz Jahanian2007-11-141-11/+16
* Fairly major surgery to RewriteTest::SynthesizeObjcInternalStruct().Steve Naroff2007-11-141-49/+49
* Removed unused variabel.Fariborz Jahanian2007-11-141-1/+0
* Fix yesterday's regression with rewriting @optional/@required.Steve Naroff2007-11-141-6/+3
* Rewrite methods that span multiple lines.Steve Naroff2007-11-141-4/+8
* Comment out recent regression r44096.Steve Naroff2007-11-141-2/+4
* Rewrite @optional/@required directives used inside protocol definitions.Fariborz Jahanian2007-11-141-1/+28
* Rewrite of forward protocol declaration.Fariborz Jahanian2007-11-141-0/+10
* Rewrite method definition bodies. Also renamed a method to distinguish betwee...Steve Naroff2007-11-131-15/+19
* Fixed a rewrite of metadata bug when category implementation has no matching ...Fariborz Jahanian2007-11-131-8/+8
* Populate metadata with adrress of method code.Fariborz Jahanian2007-11-131-11/+21
* Rewrite of method definitions in categories.Fariborz Jahanian2007-11-131-10/+33
* Order of methods are OK and generated .c file can be compiled.Fariborz Jahanian2007-11-131-7/+19
* First patch in rewrie of method definitions. This is work in progress.Fariborz Jahanian2007-11-131-0/+98
* - Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef();Steve Naroff2007-11-121-3/+3
* This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...Steve Naroff2007-11-111-2/+2
* Rewrite global variable initializers. Steve Naroff2007-11-091-4/+8
* - add typedef guards.Steve Naroff2007-11-091-7/+20
* Rewrite RewriteObjCStringLiteral(). This version is simpler (and unlike the p...Steve Naroff2007-11-081-1/+34
* use insert instead of replacing 0 bytes with text :)Chris Lattner2007-11-081-10/+10
* use std::copy instead of memcpy for abstraction.Chris Lattner2007-11-081-1/+3
* Finishing touches on code generation for @try and friends.Steve Naroff2007-11-071-6/+13
* Emit objective-c's meta-data at the end of rewriting to stdout.Fariborz Jahanian2007-11-071-3/+2
OpenPOWER on IntegriCloud