| Commit message (Expand) | Author | Age | Files | Lines |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -1/+2 |
| * | Fix an objective-c rewriter bug rewriting a __block | Fariborz Jahanian | 2011-01-27 | 1 | -5/+7 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -3/+3 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -2/+0 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -1/+2 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -68/+43 |
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -43/+68 |
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -68/+43 |
| * | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis | 2010-12-10 | 1 | -4/+8 |
| * | Fix rewriter to match recent changes in property ref | Fariborz Jahanian | 2010-12-04 | 1 | -3/+11 |
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -49/+33 |
| * | Minor whitespace fix, no functionality change | Nico Weber | 2010-11-22 | 1 | -3/+3 |
| * | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -2/+2 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -60/+92 |
| * | Kill CK_Unknown references in the ObjC rewriter. The actual | John McCall | 2010-11-15 | 1 | -27/+27 |
| * | Fixes a rewrite bug, rewriting nested property usage | Fariborz Jahanian | 2010-11-08 | 1 | -0/+5 |
| * | Proper rewriting of block envokation with | Fariborz Jahanian | 2010-11-05 | 1 | -1/+13 |
| * | Fixes a rewriting bug when type in a block argument type | Fariborz Jahanian | 2010-11-03 | 1 | -3/+7 |
| * | Patch to rewrite objc qualified types which occur in | Fariborz Jahanian | 2010-11-03 | 1 | -7/+57 |
| * | Correct typos and whitespace, spotted by Nico Weber! | Nick Lewycky | 2010-10-31 | 1 | -3/+3 |
| * | Fixes a potential crash in rewriter when sending message | Fariborz Jahanian | 2010-10-20 | 1 | -12/+17 |
| * | GCC 4.4 warns that Receiver may be used uninitialized in this function. | Duncan Sands | 2010-10-20 | 1 | -1/+1 |
| * | Do not rewrite new accessor if user has defined accessors. | Fariborz Jahanian | 2010-10-19 | 1 | -52/+57 |
| * | Silence uninitialized value warning. | Ted Kremenek | 2010-10-19 | 1 | -1/+1 |
| * | Fix a rewriting bug of rewriting properties declared in | Fariborz Jahanian | 2010-10-16 | 1 | -24/+25 |
| * | Rewrite bug fix rewriting a property assignment when | Fariborz Jahanian | 2010-10-14 | 1 | -0/+6 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -11/+41 |
| * | Some refactoring of property rewriting stuff | Fariborz Jahanian | 2010-10-11 | 1 | -17/+11 |
| * | This patch does a few things in the area of objective-c | Fariborz Jahanian | 2010-10-11 | 1 | -58/+103 |
| * | When dealing with an assignment with LHS being a property reference | Fariborz Jahanian | 2010-10-08 | 1 | -0/+9 |
| * | Fix a block rewriter bug where copy/dispose entries in | Fariborz Jahanian | 2010-10-05 | 1 | -0/+6 |
| * | Rewriting array element type of qualified-id. | Fariborz Jahanian | 2010-09-30 | 1 | -0/+4 |
| * | Fix rewriting of property declared in @protocol's. | Fariborz Jahanian | 2010-09-24 | 1 | -0/+4 |
| * | AST work to support [C++] [IRgen] for ?: with missing LHS | Fariborz Jahanian | 2010-08-31 | 1 | -3/+6 |
| * | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis | 2010-08-28 | 1 | -5/+6 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -27/+27 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -40/+40 |
| * | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar | 2010-08-17 | 1 | -52/+52 |
| * | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -63/+0 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -5/+4 |
| * | Initialize block's imported variable(s) in | Fariborz Jahanian | 2010-07-28 | 1 | -19/+30 |
| * | Fix source location of the initializer in | Fariborz Jahanian | 2010-07-21 | 1 | -8/+0 |
| * | Fix a rewriter bug which originates in SemaInit involving | Fariborz Jahanian | 2010-07-21 | 1 | -4/+11 |
| * | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -2/+4 |
| * | When forming a function call or message send expression, be sure to | Douglas Gregor | 2010-07-13 | 1 | -2/+2 |
| * | Remove Decl::getCompoundBody(). | Argyrios Kyrtzidis | 2010-07-07 | 1 | -1/+1 |
| * | Rewriter: Use the appropriate printing context instead of the default | Daniel Dunbar | 2010-06-30 | 1 | -16/+23 |
| * | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar | 2010-06-15 | 1 | -0/+5778 |