Age | Commit message (Expand) | Author |
2009-09-11 | Fix PR4878 for real. | Anders Carlsson |
2009-09-11 | Support elaborated dependent types and diagnose tag mismatches. | John McCall |
2009-09-11 | Test commit | Sam Weinig |
2009-09-11 | Instantiate PredefinedExprs correctly. Patch by Sam Weinig! | Anders Carlsson |
2009-09-11 | Diagnose VLAs as an error in C++. | Douglas Gregor |
2009-09-11 | Make sure ObjCInterfaceDecl's that are forward declared always contain a vali... | Steve Naroff |
2009-09-10 | Look for overloaded arrow operators in base classes. | Anders Carlsson |
2009-09-10 | Patch to collect conversion methods in base(s) and derived | Fariborz Jahanian |
2009-09-10 | Don't check use of a member function declaration used if the member function ... | Anders Carlsson |
2009-09-10 | When performing unqualified name lookup into a DeclContext, also look into | Douglas Gregor |
2009-09-10 | When re-entering a template scope, we may be entering a class template | Douglas Gregor |
2009-09-09 | Don't bother to perform any initialization for a variable declaration | Douglas Gregor |
2009-09-09 | For a C++ delete expression where the operand is of class type that | Douglas Gregor |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Fix a thinko | Douglas Gregor |
2009-09-09 | Allow a declaration of an array to complete a prior, incomplete | Douglas Gregor |
2009-09-09 | Initial stab at implement dependent member references to member | Douglas Gregor |
2009-09-08 | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson |
2009-09-08 | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner |
2009-09-08 | reduce indentation. | Chris Lattner |
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-08 | reject returning a block expr even when it has parens and casts in the way. | Chris Lattner |
2009-09-07 | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson |
2009-09-07 | Check that the destination type of a static_cast expression is a complete type. | 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-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-05 | Report errors for member functions correctly. | Anders Carlsson |
2009-09-05 | Use a separate diagnostic for default function argument expressions. | Anders Carlsson |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-04 | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor |
2009-09-04 | If a destructor is referenced or a pseudo-destructor expression is | Douglas Gregor |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-09-04 | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor |
2009-09-04 | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall |
2009-09-03 | Patch to instantiate destructors used to destruct | Fariborz Jahanian |
2009-09-03 | Implement tree transformations for DeclarationNames. Among other | Douglas Gregor |
2009-09-03 | Improve template instantiation for member access expressions that | Douglas Gregor |
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-03 | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor |
2009-09-03 | This patch does the following. | Fariborz Jahanian |
2009-09-02 | Add a wicked little test-case that illustrates what we have to deal | Douglas Gregor |
2009-09-02 | Minor refactoring of my last patch. | Fariborz Jahanian |