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