| Commit message (Expand) | Author | Age | Files | Lines |
| * | Try to complete a type before looking for conversion functions within | Douglas Gregor | 2009-08-24 | 1 | -1/+2 |
| * | Make sure to adjust function template declarations to their templated | Douglas Gregor | 2009-08-24 | 1 | -0/+16 |
| * | Implement conversion function templates, along with the ability to use | Douglas Gregor | 2009-08-21 | 1 | -9/+23 |
| * | Fix parsing for out-of-line definitions of constructors and | Douglas Gregor | 2009-08-21 | 1 | -1/+1 |
| * | Introduce support for constructor templates, which can now be declared | Douglas Gregor | 2009-08-21 | 1 | -3/+16 |
| * | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis | 2009-08-21 | 1 | -2/+1 |
| * | Initial support for parsing and representation of member function templates. | Douglas Gregor | 2009-08-20 | 1 | -1/+9 |
| * | Add syntax examples for the friend declaration types. | John McCall | 2009-08-20 | 1 | -1/+0 |
| * | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -5/+5 |
| * | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -8/+15 |
| * | Teach Sema how to pop out of friend function definitions in nested classes. | John McCall | 2009-08-18 | 1 | -0/+3 |
| * | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson | 2009-08-16 | 1 | -1/+27 |
| * | BuildCXXConstructExpr doesn't need to take an ASTContext. | Anders Carlsson | 2009-08-15 | 1 | -6/+4 |
| * | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman | 2009-08-15 | 1 | -2/+11 |
| * | Make the CXXDefaultArgExpr constructor protected and add a static Create func... | Anders Carlsson | 2009-08-14 | 1 | -1/+1 |
| * | Patch to force synthesis of copy assignment operator | Fariborz Jahanian | 2009-08-13 | 1 | -0/+1 |
| * | More toward synthesizing copy assignments. SWIP. | Fariborz Jahanian | 2009-08-12 | 1 | -2/+5 |
| * | Patch for synthesizing copy assignment operator. | Fariborz Jahanian | 2009-08-12 | 1 | -0/+1 |
| * | Add a FriendClassDecl type for holding declarations of friend types in | John McCall | 2009-08-11 | 1 | -54/+84 |
| * | ir-gen support for anonymous union data member | Fariborz Jahanian | 2009-08-11 | 1 | -2/+8 |
| * | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall | 2009-08-11 | 1 | -17/+28 |
| * | Drop the friend-inner-class diagnostic from an extwarn to an ext and don't | John McCall | 2009-08-06 | 1 | -2/+2 |
| * | Permit a class to friend its members in C++0x, without restriction. | John McCall | 2009-08-06 | 1 | -7/+18 |
| * | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -6/+203 |
| * | Get rid of "smart" quotes. Per report on cfe-dev. | Eli Friedman | 2009-08-05 | 1 | -17/+17 |
| * | Handle destruction of temporaries used in default argument | Fariborz Jahanian | 2009-08-05 | 1 | -0/+1 |
| * | Patch to improve ir-gen for constructors with default argument | Fariborz Jahanian | 2009-08-05 | 1 | -8/+20 |
| * | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor | 2009-08-05 | 1 | -2/+2 |
| * | Support for use of default argument in constructors. | Fariborz Jahanian | 2009-08-05 | 1 | -2/+23 |
| * | Canonicalize else. | Mike Stump | 2009-08-04 | 1 | -10/+5 |
| * | Minor renaming/refactoring. No change in functionality. | Fariborz Jahanian | 2009-08-03 | 1 | -5/+3 |
| * | Add CK_DerivedToBase and use it PerformObjectMemberConversion. | Anders Carlsson | 2009-07-31 | 1 | -3/+3 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -28/+28 |
| * | Refactor base/member initializers, and construct them correctly in cases | Eli Friedman | 2009-07-29 | 1 | -83/+113 |
| * | More Sema check for constructor's member initializer along | Fariborz Jahanian | 2009-07-24 | 1 | -0/+9 |
| * | Diagnose when base classes and members to be intialized | Fariborz Jahanian | 2009-07-23 | 1 | -7/+28 |
| * | Add constructor used to initialize base/member in | Fariborz Jahanian | 2009-07-23 | 1 | -5/+20 |
| * | Fix some memory allocation/deallocation issues | Douglas Gregor | 2009-07-22 | 1 | -2/+2 |
| * | "This patch implements the restrictions on union members detailed in | Douglas Gregor | 2009-07-22 | 1 | -28/+29 |
| * | Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes | Fariborz Jahanian | 2009-07-22 | 1 | -6/+6 |
| * | Patch to accomodate Doug's comment on default | Fariborz Jahanian | 2009-07-21 | 1 | -5/+1 |
| * | Misc fixes for -Wreorder: | Eli Friedman | 2009-07-21 | 1 | -23/+39 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -27/+27 |
| * | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -21/+21 |
| * | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek | 2009-07-17 | 1 | -3/+3 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -3/+3 |
| * | Added ASTs to destructor decl AST for default destruction of object's | Fariborz Jahanian | 2009-07-15 | 1 | -4/+7 |
| * | Patch to build AST for ctor's initializer list according to | Fariborz Jahanian | 2009-07-14 | 1 | -0/+11 |
| * | Patch to build list of inherited virtual base classes | Fariborz Jahanian | 2009-07-10 | 1 | -2/+12 |
| * | Sema check on out of order object initialization of | Fariborz Jahanian | 2009-07-09 | 1 | -1/+68 |