| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -2/+17 |
| * | Retain complete source information for the type after the '~' in a | Douglas Gregor | 2010-02-24 | 1 | -0/+7 |
| * | Fix leak in CXXNewExpr where the SubExprs array would get allocated directly ... | Ted Kremenek | 2010-02-11 | 1 | -2/+10 |
| * | Extract a common base class between UnresolvedLookupExpr and | John McCall | 2010-02-02 | 1 | -14/+11 |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -4/+8 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+22 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -1/+32 |
| * | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 1 | -4/+5 |
| * | When we see a CXXDefaultArgExpr during template instantiation, rebuild | Douglas Gregor | 2009-12-23 | 1 | -2/+4 |
| * | When using a default function argument for a function template (or | Douglas Gregor | 2009-12-23 | 1 | -0/+13 |
| * | Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CX... | Ted Kremenek | 2009-12-23 | 1 | -0/+12 |
| * | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -11/+15 |
| * | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -5/+7 |
| * | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -8/+4 |
| * | Introduce the notion of literal types, as specified in C++0x. | Sebastian Redl | 2009-12-03 | 1 | -0/+1 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -19/+26 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -0/+49 |
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -8/+0 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -55/+58 |
| * | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -48/+24 |
| * | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -3/+3 |
| * | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall | 2009-11-19 | 1 | -13/+13 |
| * | Improve source-location information for implicitly-generated member call expr... | Douglas Gregor | 2009-11-12 | 1 | -0/+8 |
| * | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -13/+13 |
| * | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor | 2009-09-09 | 1 | -15/+13 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -58/+53 |
| * | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -0/+71 |
| * | Clean up the CXXConstructExpr constructor, add Arg getters. | Anders Carlsson | 2009-09-08 | 1 | -7/+14 |
| * | Reapply 81096, now with a fix. Spot the bug: | Anders Carlsson | 2009-09-06 | 1 | -0/+2 |
| * | Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when | Daniel Dunbar | 2009-09-06 | 1 | -2/+0 |
| * | Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destro... | Anders Carlsson | 2009-09-05 | 1 | -0/+2 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+6 |
| * | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman | 2009-08-15 | 1 | -0/+6 |
| * | Get rid of Stmt::Clone now that we can reference count statements instead. | Anders Carlsson | 2009-08-08 | 1 | -22/+0 |
| * | Separate Stmt::Destroy into the entrypoint for destroying a statement | Douglas Gregor | 2009-08-07 | 1 | -14/+8 |
| * | Support for use of default argument in constructors. | Fariborz Jahanian | 2009-08-05 | 1 | -1/+5 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -7/+7 |
| * | This patch fixes the implementations of the __has_trivial_destructor | Douglas Gregor | 2009-07-23 | 1 | -3/+50 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -5/+5 |
| * | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -5/+5 |
| * | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor | 2009-06-30 | 1 | -0/+60 |
| * | Handle temporaries in default arguments. | Anders Carlsson | 2009-06-16 | 1 | -4/+5 |
| * | Improvements to CXXExprWithTemporaries in preparation for fixing a bug with d... | Anders Carlsson | 2009-06-05 | 1 | -4/+7 |
| * | Clean up the newly added C++ AST nodes. | Anders Carlsson | 2009-05-30 | 1 | -2/+25 |
| * | Stop using CXXTempVarDecl and use CXXTemporary instead. | Anders Carlsson | 2009-05-30 | 1 | -8/+8 |
| * | Remove VarDecl from CXXConstructExpr. | Anders Carlsson | 2009-05-30 | 1 | -10/+8 |
| * | Small fixes to CXXTemporary and CXXBindTemporaryExpr. | Anders Carlsson | 2009-05-30 | 1 | -2/+2 |
| * | Add a CXXBindTemporaryExpr. | Anders Carlsson | 2009-05-30 | 1 | -0/+18 |
| * | Add a CXXTemporary class. Not used yet. | Anders Carlsson | 2009-05-30 | 1 | -0/+6 |
| * | Representation of and template instantiation for member | Douglas Gregor | 2009-05-22 | 1 | -0/+8 |