Age | Commit message (Expand) | Author |
2012-04-30 | Store the source range of a CXXOperatorCallExpr in the Expr object instead of | Argyrios Kyrtzidis |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-04-10 | AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving | Richard Smith |
2012-03-30 | Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property | Argyrios Kyrtzidis |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-29 | ASTWriter: Cache some DenseMaps we use repeatedly. | Daniel Dunbar |
2012-02-27 | Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ... | Benjamin Kramer |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-16 | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl |
2012-02-16 | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl |
2012-02-16 | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl |
2012-02-14 | Implement AST (de-)serialization for lambda expressions. | Douglas Gregor |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-12 | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis |
2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
2011-11-15 | [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization c... | Argyrios Kyrtzidis |
2011-11-10 | There's no good reason to track temporaries in ExprWithCleanups, | John McCall |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman |
2011-10-25 | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor |
2011-10-21 | [PCH] When serializing Stmts, keep track of when sub statements are reference... | Argyrios Kyrtzidis |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman |
2011-10-05 | Added a flag to identify resolved overloaded function references. | Abramo Bagnara |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMessageExpr. | Argyrios Kyrtzidis |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis |
2011-09-01 | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails | Argyrios Kyrtzidis |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-15 | Add serialization support for SubstNonTypeTemplateParmExpr. | John McCall |
2011-07-06 | Properly implement the scope restriction on the NRVO for | Douglas Gregor |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-04 | Add support for builtin astype: | Tanya Lattner |
2011-06-03 | Introduce additional abbreviations into the AST writer for | Douglas Gregor |
2011-05-01 | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-27 | If a null statement was preceded by an empty macro keep its instantiation sou... | Argyrios Kyrtzidis |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-22 | For | Argyrios Kyrtzidis |
2011-04-21 | For | Argyrios Kyrtzidis |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-14 | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson |