aboutsummaryrefslogtreecommitdiff
path: root/test/Rewriter
AgeCommit message (Expand)Author
2011-02-16Block rewriting bug. Don't take address of captured Fariborz Jahanian
2011-01-27Fix an objective-c rewriter bug rewriting a __block Fariborz Jahanian
2011-01-25Change the wording of the bad-decl-for-attribute warning and errorJohn McCall
2010-12-04Fix rewriter to match recent changes in property refFariborz Jahanian
2010-12-04Apparently properties.m does not always fail; make it.John McCall
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-11-08Fixes a rewrite bug, rewriting nested property usage Fariborz Jahanian
2010-11-05Proper rewriting of block envokation with Fariborz Jahanian
2010-11-03Fixes a rewriting bug when type in a block argument typeFariborz Jahanian
2010-11-03Patch to rewrite objc qualified types which occur inFariborz Jahanian
2010-10-19Do not rewrite new accessor if user has defined accessors.Fariborz Jahanian
2010-10-16Fix a rewriting bug of rewriting properties declared inFariborz Jahanian
2010-10-14Rewrite bug fix rewriting a property assignment whenFariborz Jahanian
2010-10-08When dealing with an assignment with LHS being a property referenceFariborz Jahanian
2010-10-07Start and end location of a property-dot syntax expressionFariborz Jahanian
2010-10-05Fix a block rewriter bug where copy/dispose entries in Fariborz Jahanian
2010-09-30Rewriting array element type of qualified-id.Fariborz Jahanian
2010-09-24Fix rewriting of property declared in @protocol's.Fariborz Jahanian
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-07-28Initialize block's imported variable(s) in Fariborz Jahanian
2010-07-21Fix a rewriter bug which originates in SemaInit involvingFariborz Jahanian
2010-07-11fix PR7280 by making the warning on code like this:Chris Lattner
2010-06-30Rewriter: Use the appropriate printing context instead of the defaultDaniel Dunbar
2010-06-30Nasty rewriter bug which turns out to have an easy fix inFariborz Jahanian
2010-05-25Patch to rewrite block pointers as arguments toFariborz Jahanian
2010-05-24Fix a rewriting bug where a local static objective-cFariborz Jahanian
2010-05-24Fix an objective-c rewriter bug when pre-processed file's Fariborz Jahanian
2010-04-13make the rewriter add a #ifndef around the #define of __attribute__.Chris Lattner
2010-04-07Instead of counting totally diagnostics, split the count into a countChris Lattner
2010-03-11Add tentative support for accessing local variables withFariborz Jahanian
2010-03-10Change the 'super' messaging API in the rewriter.Fariborz Jahanian
2010-03-04Make rewritten source compiled with clang++.Fariborz Jahanian
2010-03-04Make rewritten source compiled with clang++ for correctness.Fariborz Jahanian
2010-03-04Change test to compile rewritten test with clang++.Fariborz Jahanian
2010-03-04Fixes a bug whereby static const block var has static Fariborz Jahanian
2010-03-01More rewriter of nested blocks fun stuff.Fariborz Jahanian
2010-02-26Prevent rewriter crash when variable type is missing.Fariborz Jahanian
2010-02-26Fix rewriting of byref variables in nested blocks.Fariborz Jahanian
2010-02-26Rewriting of imported variable from outerFariborz Jahanian
2010-02-26Support rewriting of property synthesis with retain/copyFariborz Jahanian
2010-02-24Added test case for non-objective-c situation inFariborz Jahanian
2010-02-24Implement nasty rewriting of nested blocks when innerFariborz Jahanian
2010-02-24Correct radar no.Fariborz Jahanian
2010-02-24Fix rewriting of a method when return type isFariborz Jahanian
2010-02-23Fixes a rewriting of qualified-id type which exposed a biggerFariborz Jahanian
2010-02-22Fixes a rewriting of byref variable when its initializer isFariborz Jahanian
2010-02-21Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek
2010-02-21Don't warn about functions redeclared without the dllimport attribute whenTed Kremenek
2010-02-18__typeof should be able to handle block pointer types whenFariborz Jahanian
2010-02-16More rewriter test converted to compile with clang.Fariborz Jahanian