| Commit message (Expand) | Author | Age | Files | Lines |
| * | The operator loc points to the operator, not the function decl. | Anders Carlsson | 2009-10-13 | 1 | -1/+1 |
| * | Check the return type of binary operators and the arrow operator. | Anders Carlsson | 2009-10-13 | 1 | -1/+1 |
| * | Test exception spec compatibility on return type and parameters. | Sebastian Redl | 2009-10-11 | 1 | -32/+0 |
| * | Implement the core checking for compatible exception specifications in assign... | Sebastian Redl | 2009-10-10 | 1 | -1/+39 |
| * | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -6/+10 |
| * | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor | 2009-10-06 | 1 | -3/+3 |
| * | Note location of operators caused the circularity. | Fariborz Jahanian | 2009-09-30 | 1 | -1/+5 |
| * | Spare the processors of those poor wretches who have no choice but to write | John McCall | 2009-09-30 | 1 | -4/+3 |
| * | Detect operator-> chains of arbitrary length. Use a terrible data structure | John McCall | 2009-09-30 | 1 | -3/+9 |
| * | self-referecing operator '->' member function was causing | Fariborz Jahanian | 2009-09-30 | 1 | -0/+5 |
| * | Find operators new/delete in base classes. FIXME -= 2; | Douglas Gregor | 2009-09-30 | 1 | -5/+4 |
| * | The C++ delete expression strips cv-qualifiers from the pointed-to type. My p... | Douglas Gregor | 2009-09-29 | 1 | -0/+12 |
| * | Handle C++ delete expressions when the overloaded delete operator is a | Douglas Gregor | 2009-09-29 | 1 | -18/+23 |
| * | Define and use a helper method to call a type conversion | Fariborz Jahanian | 2009-09-28 | 1 | -14/+20 |
| * | Refixed pr5050 per Anders comment. Test case enhanced | Fariborz Jahanian | 2009-09-25 | 1 | -3/+16 |
| * | Fix the AST tree so ir-gen can do the conversion via copy construction. | Fariborz Jahanian | 2009-09-25 | 1 | -1/+3 |
| * | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor | 2009-09-25 | 1 | -4/+6 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -18/+41 |
| * | Improve diagnostic location information when checking the initialization of a... | Douglas Gregor | 2009-09-23 | 1 | -0/+3 |
| * | This patch addresses a few issues related to 8.5.3 [dcl.init.ref] | Fariborz Jahanian | 2009-09-23 | 1 | -0/+9 |
| * | Cast the array size expr to a size_t | Anders Carlsson | 2009-09-23 | 1 | -1/+4 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -2/+2 |
| * | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor | 2009-09-15 | 1 | -5/+54 |
| * | 1) don't do overload resolution in selecting conversion | Fariborz Jahanian | 2009-09-15 | 1 | -26/+20 |
| * | Perform overload resolution when selecting a pointer conversion | Fariborz Jahanian | 2009-09-15 | 1 | -12/+25 |
| * | If a conversion operator exists in a base class, make sure to cast the object... | Anders Carlsson | 2009-09-15 | 1 | -1/+7 |
| * | When performing an user defined conversion sequence, perform the initial stan... | Anders Carlsson | 2009-09-15 | 1 | -4/+21 |
| * | Revert for real. | Anders Carlsson | 2009-09-15 | 1 | -5/+3 |
| * | Whoops, didn't mean to commit this. | Anders Carlsson | 2009-09-15 | 1 | -5/+1 |
| * | Only reuse an already existing ImplicitCastExpr if the cast kinds are the same. | Anders Carlsson | 2009-09-15 | 1 | -3/+9 |
| * | If a function call returns a reference, don't bind it to a temporary. | Anders Carlsson | 2009-09-14 | 1 | -0/+9 |
| * | More work toward having an access method for visible | Fariborz Jahanian | 2009-09-12 | 1 | -1/+1 |
| * | Use the correct CastKind for derived-to-base pointer conversions. | Anders Carlsson | 2009-09-12 | 1 | -11/+14 |
| * | Patch to build visible conversion function list lazily and make its | Fariborz Jahanian | 2009-09-11 | 1 | -3/+3 |
| * | Diagnose VLAs as an error in C++. | Douglas Gregor | 2009-09-11 | 1 | -13/+19 |
| * | For a C++ delete expression where the operand is of class type that | Douglas Gregor | 2009-09-09 | 1 | -5/+38 |
| * | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor | 2009-09-09 | 1 | -8/+24 |
| * | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson | 2009-09-09 | 1 | -34/+71 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -122/+111 |
| * | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson | 2009-09-07 | 1 | -3/+4 |
| * | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson | 2009-09-05 | 1 | -2/+4 |
| * | If a destructor is referenced or a pseudo-destructor expression is | Douglas Gregor | 2009-09-04 | 1 | -7/+23 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -19/+12 |
| * | Patch to instantiate destructors used to destruct | Fariborz Jahanian | 2009-09-03 | 1 | -0/+4 |
| * | Improve template instantiation for member access expressions that | Douglas Gregor | 2009-09-03 | 1 | -1/+12 |
| * | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -0/+42 |
| * | Add a CK_FunctionToPointerDecay cast kind. | Anders Carlsson | 2009-09-01 | 1 | -1/+1 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -15/+0 |
| * | 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 |