- 06433c6 objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dispose correctly by Fariborz Jahanian · 13 years ago
- 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
- 6421162 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 13 years ago
- 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
- 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
- 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 13 years ago
- 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
- 0c4e5d6 Replace a literal 8 with Context->getCharWidth() in by Ken Dyck · 14 years ago
- 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 3e2193c Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. by Anders Carlsson · 14 years ago
- 1d01531 Fixup more objc rwriter bug having to do with by Fariborz Jahanian · 14 years ago
- 3617809 Fixes a rewrting bug of a property-dot syntax expression inside by Fariborz Jahanian · 14 years ago
- 651ba52 Fixes a rewriter bug rewriting call to a byref by Fariborz Jahanian · 14 years ago
- 380ee50 ANother rewrite bug, rewriting a call of __byref block. // rdar://9204669 by Fariborz Jahanian · 14 years ago
- 822ac87 Fix couple of rewriter bugs related to rewriting a by Fariborz Jahanian · 14 years ago
- f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
- ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
- ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
- 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
- dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 14 years ago
- baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 14 years ago
- 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 14 years ago
- 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
- 05318d8 Block rewriting bug. Don't take address of captured by Fariborz Jahanian · 14 years ago
- 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
- 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
- 1e8011e Fix an objective-c rewriter bug rewriting a __block by Fariborz Jahanian · 14 years ago
- f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
- dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
- 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
- e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
- 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
- 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
- f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
- 3cd1ea3 Fix rewriter to match recent changes in property ref AST. by Fariborz Jahanian · 14 years ago
- 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
- 59b173d Minor whitespace fix, no functionality change by Nico Weber · 14 years ago
- 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
- f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
- a5bbc50 Kill CK_Unknown references in the ObjC rewriter. The actual by John McCall · 14 years ago
- da4ad9f Fixes a rewrite bug, rewriting nested property usage by Fariborz Jahanian · 14 years ago
- 8188e5f Proper rewriting of block envokation with by Fariborz Jahanian · 14 years ago
- 06de2cf Fixes a rewriting bug when type in a block argument type by Fariborz Jahanian · 14 years ago
- e985d01 Patch to rewrite objc qualified types which occur in by Fariborz Jahanian · 14 years ago
- 7e74924 Correct typos and whitespace, spotted by Nico Weber! by Nick Lewycky · 14 years ago
- e0f8386 Fixes a potential crash in rewriter when sending message to 'super'. by Fariborz Jahanian · 14 years ago
- 54bd457 GCC 4.4 warns that Receiver may be used uninitialized in this function. by Duncan Sands · 14 years ago
- ec3683b Do not rewrite new accessor if user has defined accessors. by Fariborz Jahanian · 14 years ago
- 3b562af Silence uninitialized value warning. by Ted Kremenek · 14 years ago
- 2d8c1fd Fix a rewriting bug of rewriting properties declared in by Fariborz Jahanian · 14 years ago
- f2c6fa4 Rewrite bug fix rewriting a property assignment when by Fariborz Jahanian · 14 years ago
- 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
- 8537f7b Some refactoring of property rewriting stuff by Fariborz Jahanian · 14 years ago
- f2ad2c9 This patch does a few things in the area of objective-c by Fariborz Jahanian · 14 years ago
- 90fe4bc When dealing with an assignment with LHS being a property reference by Fariborz Jahanian · 14 years ago
- 92c8568 Fix a block rewriter bug where copy/dispose entries in by Fariborz Jahanian · 14 years ago
- 24f9cab Rewriting array element type of qualified-id. Fixes rdra://8475819. by Fariborz Jahanian · 14 years ago
- 07acdf4 Fix rewriting of property declared in @protocol's. Fixed //rdar://8472487. by Fariborz Jahanian · 14 years ago
- f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 14 years ago
- 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
- d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
- 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
- 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
- 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
- ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
- f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
- 20432ef Initialize block's imported variable(s) in by Fariborz Jahanian · 14 years ago
- 10f8e31 Fix source location of the initializer in by Fariborz Jahanian · 14 years ago
- 5f371ee Fix a rewriter bug which originates in SemaInit involving by Fariborz Jahanian · 14 years ago
- 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
- 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
- 5f1bfc1 Remove Decl::getCompoundBody(). by Argyrios Kyrtzidis · 14 years ago
- fa297fb Rewriter: Use the appropriate printing context instead of the default by Daniel Dunbar · 14 years ago
- 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago[Renamed (99%) from lib/Frontend/RewriteObjC.cpp]
- 4fc8453 Refactoring of block-pointer type rewrite. by Fariborz Jahanian · 14 years ago
- 1f90622 Patch to rewrite block pointers as arguments to methods. (Radar 7987817). by Fariborz Jahanian · 14 years ago
- a5a7987 Fix a rewriting bug where a local static objective-c by Fariborz Jahanian · 14 years ago
- 73d1eb0 Fix an objective-c rewriter bug when pre-processed file's by Fariborz Jahanian · 14 years ago
- 506b57e Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed by John McCall · 14 years ago
- 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
- fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 15 years ago
- c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 15 years ago
- 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 15 years ago
- f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
- 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
- 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
- 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 15 years ago
- 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
- 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 15 years ago
- 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 15 years ago
- 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
- f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
- f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
- aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
- 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
- d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
- 8611eb0 Patch to get around a rewriter bug rewriting storage class by Fariborz Jahanian · 15 years ago
- 61b82e3 Fixes a bug whereby static const block var has static by Fariborz Jahanian · 15 years ago
- df49652 Cast a pointer to 'long long' to satisfy all compilation models. by Fariborz Jahanian · 15 years ago