| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update to use 'LLVM_*' macro names for attributes. | Chandler Carruth | 2010-10-23 | 1 | -2/+2 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -5/+7 |
| * | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 1 | -0/+6 |
| * | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+10 |
| * | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -1/+5 |
| * | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -4/+0 |
| * | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -5/+0 |
| * | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -0/+5 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -5/+5 |
| * | Regularize the API for accessing explicit template arguments. | John McCall | 2010-08-19 | 1 | -2/+2 |
| * | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar | 2010-08-17 | 1 | -1/+1 |
| * | Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() | Benjamin Kramer | 2010-08-17 | 1 | -2/+4 |
| * | Some refactoring on StmtPrinter to avoid unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -15/+9 |
| * | Zap unused UnaryOperator::OffsetOf. | Eli Friedman | 2010-08-13 | 1 | -28/+0 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -6/+6 |
| * | Revert the dump functions to send output to llvm::errs(), matching the LLVM c... | Argyrios Kyrtzidis | 2010-08-09 | 1 | -2/+2 |
| * | Send AST dumping/printing to stdout instead of stderr. | Argyrios Kyrtzidis | 2010-08-03 | 1 | -1/+1 |
| * | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | AST: Propogate printing policy to types in a bunch more places. | Daniel Dunbar | 2010-06-30 | 1 | -15/+15 |
| * | Nasty rewriter bug which turns out to have an easy fix in | Fariborz Jahanian | 2010-06-30 | 1 | -1/+1 |
| * | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Alexis Hunt | 2010-05-05 | 1 | -1/+1 |
| * | Revert r103072; I accidentally ended up deleting a bunch of trailing | Alexis Hunt | 2010-05-05 | 1 | -4/+4 |
| * | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Alexis Hunt | 2010-05-05 | 1 | -4/+4 |
| * | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor | 2010-04-29 | 1 | -1/+5 |
| * | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -0/+30 |
| * | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -5/+2 |
| * | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -3/+15 |
| * | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -7/+7 |
| * | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -1/+4 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+4 |
| * | Fixes a rewrite bug rewriting a block call argument which has a trvial | Fariborz Jahanian | 2010-01-13 | 1 | -0/+7 |
| * | Fix a problem related to rewrite of anonymous unions. | Fariborz Jahanian | 2010-01-11 | 1 | -2/+3 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -6/+10 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -0/+18 |
| * | Remove VISIBILITY_HIDDEN from lib/AST. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 |
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -5/+0 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -8/+10 |
| * | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -4/+4 |
| * | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall | 2009-11-19 | 1 | -2/+4 |
| * | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -7/+7 |
| * | While writing source-location entries to a PCH file, go through an | Douglas Gregor | 2009-10-16 | 1 | -1/+1 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -1/+1 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -69/+68 |
| * | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -2/+11 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+14 |
| * | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor | 2009-09-03 | 1 | -0/+2 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -0/+6 |
| * | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -10/+3 |