| Commit message (Expand) | Author | Age | Files | Lines |
* | objc rewriter: Fixes a rewriting of implicit casting of an integral | Fariborz Jahanian | 2011-08-04 | 1 | -1/+5 |
* | objective-c rewrite: Fixes rewriting of objective-c collection | Fariborz Jahanian | 2011-08-02 | 1 | -1/+9 |
* | objc rewriter - my last patch was not quite right. | Fariborz Jahanian | 2011-07-30 | 1 | -2/+8 |
* | objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dis... | Fariborz Jahanian | 2011-07-30 | 1 | -2/+2 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -8/+11 |
* | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -5/+5 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -81/+81 |
* | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -13/+7 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -5/+10 |
* | Replace a literal 8 with Context->getCharWidth() in | Ken Dyck | 2011-04-30 | 1 | -1/+1 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -3/+3 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson | 2011-04-14 | 1 | -7/+9 |
* | Fixup more objc rwriter bug having to do with | Fariborz Jahanian | 2011-04-11 | 1 | -9/+16 |
* | Fixes a rewrting bug of a property-dot syntax expression inside | Fariborz Jahanian | 2011-04-08 | 1 | -0/+1 |
* | Fixes a rewriter bug rewriting call to a byref | Fariborz Jahanian | 2011-04-01 | 1 | -19/+2 |
* | ANother rewrite bug, rewriting a call of | Fariborz Jahanian | 2011-04-01 | 1 | -1/+2 |
* | Fix couple of rewriter bugs related to rewriting a | Fariborz Jahanian | 2011-03-31 | 1 | -3/+11 |
* | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -4/+5 |
* | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -8/+11 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -11/+27 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -1/+1 |
* | Fix objc rewriting bug casting to qualified objective-c pointetr. | Fariborz Jahanian | 2011-02-26 | 1 | -3/+3 |
* | Fix a rewriter bug involving call to property's | Fariborz Jahanian | 2011-02-26 | 1 | -5/+6 |
* | Fix a rewrite bug. // rdar://9039342 | Fariborz Jahanian | 2011-02-24 | 1 | -1/+9 |
* | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -2/+1 |
* | Block rewriting bug. Don't take address of captured | Fariborz Jahanian | 2011-02-16 | 1 | -1/+17 |
* | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall | 2011-02-13 | 1 | -18/+9 |
* | 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 |