| Commit message (Expand) | Author | Age | Files | Lines |
| * | Look for overloaded arrow operators in base classes. | Anders Carlsson | 2009-09-10 | 1 | -5/+7 |
| * | Patch to collect conversion methods in base(s) and derived | Fariborz Jahanian | 2009-09-10 | 1 | -25/+49 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -380/+363 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -3/+5 |
| * | Fix this for real. | Anders Carlsson | 2009-08-28 | 1 | -1/+1 |
| * | When doing overload resolution, expressions that are value dependent but not ... | Anders Carlsson | 2009-08-28 | 1 | -4/+18 |
| * | Pass InOverloadResolution all the way down to IsPointerConversion. | Anders Carlsson | 2009-08-28 | 1 | -7/+12 |
| * | When looking for overloaded member operators, make sure to instantiate | Douglas Gregor | 2009-08-27 | 1 | -4/+10 |
| * | Add an InOverloadResolution flag to TryCopyInitialization. | Anders Carlsson | 2009-08-27 | 1 | -6/+12 |
| * | Remove more default arguments. | Anders Carlsson | 2009-08-27 | 1 | -3/+9 |
| * | Remove default arguments from TryImplicitConversion and fix a bug found in th... | Anders Carlsson | 2009-08-27 | 1 | -2/+8 |
| * | Remove default argument from TryCopyInitialization. | Anders Carlsson | 2009-08-27 | 1 | -3/+9 |
| * | Revert the flags change for now, I have a better idea for this. | Anders Carlsson | 2009-08-27 | 1 | -11/+7 |
| * | Add a OverloadResolutionFlags and start converting some of the overload metho... | Anders Carlsson | 2009-08-27 | 1 | -7/+11 |
| * | Bye-bye old RequireCompleteType. | Anders Carlsson | 2009-08-26 | 1 | -2/+4 |
| * | Fix for overloaded binary operators whose operands need implicit | Douglas Gregor | 2009-08-26 | 1 | -16/+17 |
| * | Try to complete a type before looking for conversion functions within | Douglas Gregor | 2009-08-24 | 1 | -25/+40 |
| * | Refactor the template-instantiation logic for expressions into a | Douglas Gregor | 2009-08-24 | 1 | -24/+59 |
| * | Fix build of clang with gcc-4.4: #include <cstdio> was missing. | Torok Edwin | 2009-08-24 | 1 | -0/+1 |
| * | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make... | Anders Carlsson | 2009-08-22 | 1 | -2/+10 |
| * | Implement conversion function templates, along with the ability to use | Douglas Gregor | 2009-08-21 | 1 | -21/+136 |
| * | Introduce support for constructor templates, which can now be declared | Douglas Gregor | 2009-08-21 | 1 | -27/+32 |
| * | gcc told me to add these. | Daniel Dunbar | 2009-08-21 | 1 | -1/+1 |
| * | Implement support for calling member function templates, which involves: | Douglas Gregor | 2009-08-21 | 1 | -14/+73 |
| * | Make integer promotions work correctly on PIC16 and other platforms | Eli Friedman | 2009-08-19 | 1 | -4/+5 |
| * | Call MaybeBindToTemporary for overloaded binary and unary operators. | Anders Carlsson | 2009-08-16 | 1 | -6/+7 |
| * | Call MaybeBindToTemporary when constructing functino call operator calls. | Anders Carlsson | 2009-08-16 | 1 | -1/+1 |
| * | Add MaybeBindToTemporary calls for member call expressions. | Anders Carlsson | 2009-08-16 | 1 | -2/+2 |
| * | Move builtin call checking out into a separate function, make CheckFunctionCa... | Anders Carlsson | 2009-08-16 | 1 | -2/+8 |
| * | Make the CXXDefaultArgExpr constructor protected and add a static Create func... | Anders Carlsson | 2009-08-14 | 1 | -1/+1 |
| * | Use the correct cast kind as suggested by Doug. | Anders Carlsson | 2009-08-07 | 1 | -1/+2 |
| * | After reporting ill-formed copy constructor(12.8.p3) | Fariborz Jahanian | 2009-08-06 | 1 | -1/+2 |
| * | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor | 2009-08-06 | 1 | -18/+14 |
| * | Get rid of "smart" quotes. Per report on cfe-dev. | Eli Friedman | 2009-08-05 | 1 | -1/+1 |
| * | Canonicalize else. | Mike Stump | 2009-08-04 | 1 | -65/+48 |
| * | Produce a warning that partial ordering of function templates is not yet supp... | Douglas Gregor | 2009-08-02 | 1 | -2/+4 |
| * | Add CK_DerivedToBase and use it PerformObjectMemberConversion. | Anders Carlsson | 2009-07-31 | 1 | -1/+2 |
| * | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson | 2009-07-31 | 1 | -0/+1 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -45/+45 |
| * | Implement C++ semantics for C-style and functional-style casts. This regresse... | Sebastian Redl | 2009-07-25 | 1 | -1/+1 |
| * | Remove a bunch of FIXME's related to ObjC type checking. | Steve Naroff | 2009-07-23 | 1 | -1/+2 |
| * | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -2/+2 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -45/+45 |
| * | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -15/+15 |
| * | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek | 2009-07-17 | 1 | -2/+2 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -28/+28 |
| * | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff | 2009-07-16 | 1 | -1/+1 |
| * | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff | 2009-07-15 | 1 | -10/+3 |
| * | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -1/+2 |
| * | For C++ overloaded operator calls, set the source location of the DeclRefExpr... | Argyrios Kyrtzidis | 2009-07-14 | 1 | -1/+1 |