Age | Commit message (Expand) | Author |
2009-10-10 | Implement the core checking for compatible exception specifications in assign... | Sebastian Redl |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-08 | Fix up error reporting when object cannot be constructed | Fariborz Jahanian |
2009-10-07 | Refactoring around friend class templates. Better error message for friend e... | John McCall |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-10-01 | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall |
2009-09-30 | Issue good diagnostics when initializing a refernce type with | Fariborz Jahanian |
2009-09-29 | Desugaring optimizations. Add single-step desugaring methods to all | John McCall |
2009-09-29 | Introduce ObjCProtocolListLoc for keeping source location information for pro... | Argyrios Kyrtzidis |
2009-09-28 | Minor API change. No change in functionality. | Fariborz Jahanian |
2009-09-28 | Improve handling of friend function templates somewhat | Douglas Gregor |
2009-09-26 | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-24 | Use Doug's DeclLoc to pinpoint location of the declaration | Fariborz Jahanian |
2009-09-23 | Improve diagnostic location information when checking the initialization of a... | Douglas Gregor |
2009-09-23 | patch to ir-gen conversion function call used in | Fariborz Jahanian |
2009-09-23 | Remove the FIXME as I said. | Fariborz Jahanian |
2009-09-23 | This patch addresses a few issues related to 8.5.3 [dcl.init.ref] | Fariborz Jahanian |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-17 | Merge uninstantiated default arguments more carefully, and try not to | Douglas Gregor |
2009-09-16 | Improved representation and support for friend class templates. Angst about ... | John McCall |
2009-09-15 | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor |
2009-09-15 | Add back the workaround since it lead to constructor conversion bugs :( | Anders Carlsson |
2009-09-15 | When performing an user defined conversion sequence, perform the initial stan... | Anders Carlsson |
2009-09-14 | Skeletal support for friend class templates. | John McCall |
2009-09-12 | Removed Context argument from couple of methods which don't | Fariborz Jahanian |
2009-09-11 | Alter Action's friend interface to prepare for templated friend declarations and | John McCall |
2009-09-11 | Cleanup and test C++ default arguments. Improvements include: | Douglas Gregor |
2009-09-10 | When re-entering a template scope, we may be entering a class template | Douglas Gregor |
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-08 | Support templateids in friend declarations. Fixes bug 4859. | John McCall |
2009-09-08 | Handle variadic constructors better. Share code between BuildCXXConstructExpr... | Anders Carlsson |
2009-09-07 | BuildCXXConstructExpr now takes a MultiExprArg. | 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-05 | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson |
2009-09-04 | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor |
2009-09-03 | Patch to instantiate destructors used to destruct | Fariborz Jahanian |
2009-09-03 | Mark constructors used in initialization of base(s) and fields | Fariborz Jahanian |
2009-09-03 | Issue diagnostics in variety of situations involving | Fariborz Jahanian |
2009-09-02 | Minor refactoring of my last patch. | Fariborz Jahanian |
2009-09-02 | Referenced instatiated default constructors | Fariborz Jahanian |
2009-09-02 | Allow null initialization of scalara data members | Fariborz Jahanian |
2009-09-01 | Don't assume that a base is always a RecordType, it can also be a TemplateSpe... | Anders Carlsson |
2009-08-31 | Fix bug 4784 and allow friend declarations to properly extend | John McCall |
2009-08-30 | Use DiagnoseMissingMember for UsingDecls. | Anders Carlsson |
2009-08-30 | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson |
2009-08-29 | Set the access specifier for using decls. | Anders Carlsson |