| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove a couple of unnecessary uses of IsStandardConversion. | John McCall | 2010-06-04 | 1 | -17/+6 |
| * | Fix unintentional method call due to false -> pointer conversion; patch by Di... | Daniel Dunbar | 2010-06-02 | 1 | -1/+1 |
| * | In C++, one cannot assign from an arithmetic type to an enumeration | Douglas Gregor | 2010-05-23 | 1 | -1/+2 |
| * | Complain about sizeof(overloaded function) rather than crashing. | Douglas Gregor | 2010-05-23 | 1 | -0/+6 |
| * | Provide the overloaded functions for UnresolvedLookupExpr and | Douglas Gregor | 2010-05-23 | 1 | -4/+3 |
| * | Improve our handling of reference binding for subobjects of | Douglas Gregor | 2010-05-22 | 1 | -3/+6 |
| * | Improve parser recovery when we encounter a dependent template name | Douglas Gregor | 2010-05-21 | 1 | -1/+3 |
| * | Introduce a method to get from an anonymous struct or union record declaration | John McCall | 2010-05-21 | 1 | -30/+1 |
| * | Reinstate r104117, Chandler Carruth's change that "[provides] a naming | Douglas Gregor | 2010-05-20 | 1 | -11/+6 |
| * | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara | 2010-05-20 | 1 | -1/+1 |
| * | Support implicitly closing on 'this' in a block. Fixed PR7165. | John McCall | 2010-05-20 | 1 | -5/+8 |
| * | Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when | Daniel Dunbar | 2010-05-19 | 1 | -6/+11 |
| * | Provide a naming class for UnresolvedLookupExprs, even when occuring on | Chandler Carruth | 2010-05-19 | 1 | -11/+6 |
| * | Implement C++ builtin operator candidates for vector types. | Douglas Gregor | 2010-05-19 | 1 | -1/+7 |
| * | Tweak typo-correction logic a bit regarding "super", so that we | Douglas Gregor | 2010-05-18 | 1 | -3/+3 |
| * | Determine when the instantiation of a friend function defined inside a | Douglas Gregor | 2010-05-17 | 1 | -1/+1 |
| * | PR7117: Make sure we don't lose the calling convention for K&R-style | Eli Friedman | 2010-05-17 | 1 | -1/+2 |
| * | fix rdar://7985267 - Don't emit an error about a non-pod argument | Chris Lattner | 2010-05-16 | 1 | -7/+13 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -17/+17 |
| * | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -3/+5 |
| * | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | 2010-05-07 | 1 | -0/+43 |
| * | A correct fix for bug 6466. | Sebastian Redl | 2010-05-07 | 1 | -0/+3 |
| * | Revert 103247, it causes lots of test failures. | Sebastian Redl | 2010-05-07 | 1 | -1/+1 |
| * | Pass the correct type to BuildMemberReferenceExpr. Fixes bug 6466. | Sebastian Redl | 2010-05-07 | 1 | -1/+1 |
| * | After some discussion, conservatively extend our sentinel check to discard | John McCall | 2010-05-06 | 1 | -10/+13 |
| * | Fixed DISABLE_SMART_POINTERS breakage | Douglas Gregor | 2010-05-06 | 1 | -2/+2 |
| * | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -0/+14 |
| * | Rearchitect -Wconversion and -Wsign-compare. Instead of computing them | John McCall | 2010-05-06 | 1 | -4/+0 |
| * | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor | 2010-05-04 | 1 | -2/+2 |
| * | Complete reimplementation of the synthesis for implicitly-defined copy | Douglas Gregor | 2010-05-01 | 1 | -1/+3 |
| * | Added an RAII object that helps set up/tear down the Sema context | Douglas Gregor | 2010-05-01 | 1 | -1/+1 |
| * | It turns out that basically every caller to RequireCompleteDeclContext | John McCall | 2010-05-01 | 1 | -2/+2 |
| * | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor | 2010-04-29 | 1 | -0/+14 |
| * | Ensure that cv-qualifiers are correctly removed for post-inc/decrements | Alexis Hunt | 2010-04-28 | 1 | -19/+25 |
| * | Diagnose __builtin_offsetof expressions that refer to bit-fields | Douglas Gregor | 2010-04-28 | 1 | -3/+25 |
| * | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -32/+173 |
| * | When the qualifier of a id-expression is non-dependent but not | Douglas Gregor | 2010-04-28 | 1 | -3/+4 |
| * | It's okay to refer to non-type template parameters anywhere they are | Douglas Gregor | 2010-04-27 | 1 | -1/+4 |
| * | During template instantiation, set the naming class of | Douglas Gregor | 2010-04-27 | 1 | -0/+24 |
| * | Improve the diagnostic you get when making a qualified member access | John McCall | 2010-04-27 | 1 | -5/+2 |
| * | When name lookup finds a single declaration that was imported via a | Douglas Gregor | 2010-04-25 | 1 | -1/+3 |
| * | Improve the diagnostic when we find something we did not expect in a | Douglas Gregor | 2010-04-25 | 1 | -9/+10 |
| * | Add base paths to CK_UncheckedDerivedToBase and CK_DerivedToBaseMemberPointer. | Anders Carlsson | 2010-04-24 | 1 | -9/+10 |
| * | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -3/+4 |
| * | Add BasePath arguments to all cast expr constructors. | Anders Carlsson | 2010-04-24 | 1 | -1/+3 |
| * | Pass the base specifiers through to CheckDerivedToBaseConversion. No function... | Anders Carlsson | 2010-04-24 | 1 | -1/+1 |
| * | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -3/+0 |
| * | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -2/+5 |
| * | Implement template instantiation for Objective-C++ message sends. We | Douglas Gregor | 2010-04-22 | 1 | -0/+5 |
| * | Whenever we complain about a failed initialization of a function or | Douglas Gregor | 2010-04-22 | 1 | -1/+7 |