| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add parsing for references to member function templates with explicit | Douglas Gregor | 2009-08-31 | 1 | -0/+15 |
| * | Support explicit C++ member operator syntax, from James Porter! | Douglas Gregor | 2009-08-31 | 1 | -0/+37 |
| * | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian | 2009-08-29 | 1 | -0/+1 |
| * | path to ir-gen 12.3.1 Conversion by constructor | Fariborz Jahanian | 2009-08-28 | 1 | -7/+20 |
| * | Pass InOverloadResolution all the way down to IsPointerConversion. | Anders Carlsson | 2009-08-28 | 1 | -7/+14 |
| * | ir-gen related patch for type conversion | Fariborz Jahanian | 2009-08-28 | 1 | -2/+5 |
| * | Add an InOverloadResolution flag to TryCopyInitialization. | Anders Carlsson | 2009-08-27 | 1 | -1/+2 |
| * | Remove more default arguments. | Anders Carlsson | 2009-08-27 | 1 | -3/+12 |
| * | Remove default arguments from TryImplicitConversion and fix a bug found in th... | Anders Carlsson | 2009-08-27 | 1 | -8/+31 |
| * | Remove default argument from TryCopyInitialization. | Anders Carlsson | 2009-08-27 | 1 | -1/+3 |
| * | Revert the flags change for now, I have a better idea for this. | Anders Carlsson | 2009-08-27 | 1 | -8/+3 |
| * | Add a OverloadResolutionFlags and start converting some of the overload metho... | Anders Carlsson | 2009-08-27 | 1 | -3/+8 |
| * | Add a BuildCXXTemporaryObjectExpr and use it so default arguments will be ins... | Anders Carlsson | 2009-08-27 | 1 | -8/+9 |
| * | In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstrac... | Anders Carlsson | 2009-08-27 | 1 | -14/+14 |
| * | Bye-bye old RequireCompleteType. | Anders Carlsson | 2009-08-26 | 1 | -5/+6 |
| * | Remove the PrintType argument from RequireCompleteType. | Anders Carlsson | 2009-08-26 | 1 | -8/+8 |
| * | AST for conversion by conversion functions. WIP. | Fariborz Jahanian | 2009-08-26 | 1 | -6/+14 |
| * | More support for pseudo dtors. | Anders Carlsson | 2009-08-26 | 1 | -9/+26 |
| * | update to CXXFunctionalCastExpr to support ir-gen for | Fariborz Jahanian | 2009-08-26 | 1 | -2/+5 |
| * | Address some of Doug's comments. | Anders Carlsson | 2009-08-26 | 1 | -1/+1 |
| * | Parsing of pseudo-destructors. | Anders Carlsson | 2009-08-25 | 1 | -0/+24 |
| * | BuildCXXConstructExpr now returns an OwningExprResult. | Anders Carlsson | 2009-08-25 | 1 | -1/+7 |
| * | Implement support for equality comparisons (!=, ==) of member | Douglas Gregor | 2009-08-24 | 1 | -19/+62 |
| * | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make... | Anders Carlsson | 2009-08-22 | 1 | -6/+7 |
| * | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis | 2009-08-21 | 1 | -2/+1 |
| * | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -4/+10 |
| * | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -4/+9 |
| * | Store the delete operator for delete expressions. | Anders Carlsson | 2009-08-16 | 1 | -10/+41 |
| * | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson | 2009-08-16 | 1 | -5/+1 |
| * | BuildCXXConstructExpr doesn't need to take an ASTContext. | Anders Carlsson | 2009-08-15 | 1 | -2/+5 |
| * | Check whether a tag was defined in a C++ condition declaration using GetTypeF... | Argyrios Kyrtzidis | 2009-08-11 | 1 | -13/+5 |
| * | Use CastExpr::CK_ArrayToPointerDecay and fix an assert. | Anders Carlsson | 2009-08-08 | 1 | -1/+1 |
| * | More CastKind work. | Anders Carlsson | 2009-08-07 | 1 | -3/+3 |
| * | Set and use Elidable in elimination of copy ctors. | Fariborz Jahanian | 2009-08-06 | 1 | -2/+4 |
| * | Patch to improve ir-gen for constructors with default argument | Fariborz Jahanian | 2009-08-05 | 1 | -2/+2 |
| * | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor | 2009-08-05 | 1 | -1/+1 |
| * | Canonicalize else. | Mike Stump | 2009-08-04 | 1 | -3/+2 |
| * | Minor renaming/refactoring. No change in functionality. | Fariborz Jahanian | 2009-08-03 | 1 | -1/+3 |
| * | Add CK_DerivedToBase and use it PerformObjectMemberConversion. | Anders Carlsson | 2009-07-31 | 1 | -0/+2 |
| * | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson | 2009-07-31 | 1 | -2/+3 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -17/+17 |
| * | Make functional-style casts emit correct messages, and fix a crash-on-invalid. | Sebastian Redl | 2009-07-29 | 1 | -1/+1 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -17/+17 |
| * | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -11/+11 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -6/+6 |
| * | Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). | Steve Naroff | 2009-07-14 | 1 | -2/+1 |
| * | Remove some unused code from an experiment that I didn't like. | Anders Carlsson | 2009-07-10 | 1 | -41/+0 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -1/+2 |
| * | Some (most) type trait expressions require that the argument passed in is a c... | Anders Carlsson | 2009-07-07 | 1 | -7/+13 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+3 |