| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -361/+361 |
| * | Fix a thinko | Douglas Gregor | 2009-09-09 | 1 | -2/+8 |
| * | Allow a declaration of an array to complete a prior, incomplete | Douglas Gregor | 2009-09-09 | 1 | -0/+7 |
| * | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner | 2009-09-08 | 1 | -7/+16 |
| * | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson | 2009-09-07 | 1 | -1/+2 |
| * | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall | 2009-09-05 | 1 | -1/+1 |
| * | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall | 2009-09-04 | 1 | -8/+1 |
| * | Patch to instantiate destructors used to destruct | Fariborz Jahanian | 2009-09-03 | 1 | -1/+1 |
| * | Borrow a friend class's previous declaration's access specifier regardless of | John McCall | 2009-09-02 | 1 | -5/+5 |
| * | When adding a friend class declaration to the lookup tables, use the access s... | John McCall | 2009-09-02 | 1 | -0/+5 |
| * | Ensure that the tag decls of friend decls aren't added to the friending class's | John McCall | 2009-09-02 | 1 | -1/+9 |
| * | Fix bug 4784 and allow friend declarations to properly extend | John McCall | 2009-08-31 | 1 | -2/+3 |
| * | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson | 2009-08-30 | 1 | -2/+4 |
| * | Add another check for UnresolvedUsingDecl. | Anders Carlsson | 2009-08-29 | 1 | -4/+7 |
| * | Make sure we actually found a redeclaration before complaining about attribut... | Douglas Gregor | 2009-08-28 | 1 | -1/+1 |
| * | Check for UnresolvedUsingDecl when determining if a declaration is a redeclar... | Anders Carlsson | 2009-08-28 | 1 | -1/+1 |
| * | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall | 2009-08-28 | 1 | -9/+13 |
| * | Back out bad piece of r80272. Will look at fixing this a different way. | Eli Friedman | 2009-08-27 | 1 | -4/+1 |
| * | PR4794: Make instantiating friend class decls not crash. | Eli Friedman | 2009-08-27 | 1 | -1/+4 |
| * | Implement instantiation of the declarations of member function | Douglas Gregor | 2009-08-27 | 1 | -1/+2 |
| * | Bye-bye old RequireCompleteType. | Anders Carlsson | 2009-08-26 | 1 | -1/+2 |
| * | When we know that we are parsing a class-name, implicitly construct a | Douglas Gregor | 2009-08-26 | 1 | -3/+13 |
| * | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor | 2009-08-26 | 1 | -2/+14 |
| * | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -1/+1 |
| * | Modify an assert to capture the restriction on friend declarations more | John McCall | 2009-08-25 | 1 | -1/+2 |
| * | Implement out-of-line definitions of nested class templates. Most of | Douglas Gregor | 2009-08-25 | 1 | -11/+7 |
| * | InitializeVarWithConstructor now returns true on failure. | Anders Carlsson | 2009-08-25 | 1 | -2/+5 |
| * | Implement delayed parsing for member function templates. Fixes PR4608. | Douglas Gregor | 2009-08-22 | 1 | -3/+17 |
| * | Reversing part of 79544. | Sanjiv Gupta | 2009-08-21 | 1 | -16/+0 |
| * | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis | 2009-08-21 | 1 | -15/+12 |
| * | Issue an error if the user specifies parameters in a function marked as ISR. | Sanjiv Gupta | 2009-08-20 | 1 | -0/+16 |
| * | Keep track of the right paren ')' source location in a function declarator. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -1/+1 |
| * | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -4/+5 |
| * | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -32/+43 |
| * | Teach Sema how to pop out of friend function definitions in nested classes. | John McCall | 2009-08-18 | 1 | -13/+20 |
| * | Initial patch to support definitions of id and Class from headers in Objectiv... | David Chisnall | 2009-08-17 | 1 | -0/+2 |
| * | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson | 2009-08-16 | 1 | -2/+4 |
| * | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman | 2009-08-15 | 1 | -10/+24 |
| * | Disable all recognition of main() in -ffreestanding. Addresses bug #4720. | John McCall | 2009-08-15 | 1 | -3/+3 |
| * | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall | 2009-08-11 | 1 | -3/+17 |
| * | Refactor some code and implement support for global destructors for static va... | Anders Carlsson | 2009-08-08 | 1 | -1/+1 |
| * | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson | 2009-08-08 | 1 | -1/+1 |
| * | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan | 2009-08-08 | 1 | -5/+30 |
| * | When we encounter a dependent type that was parsed before we know that | Douglas Gregor | 2009-08-06 | 1 | -0/+24 |
| * | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -4/+26 |
| * | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor | 2009-08-05 | 1 | -8/+8 |
| * | Remove an unused header. | Mike Stump | 2009-08-05 | 1 | -1/+0 |
| * | Canonicalize else. | Mike Stump | 2009-08-04 | 1 | -12/+8 |
| * | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall | 2009-08-03 | 1 | -4/+8 |
| * | Minor renaming/refactoring. No change in functionality. | Fariborz Jahanian | 2009-08-03 | 1 | -3/+1 |