| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check the return type of operator[]() and fix a thinko that lead to a crash i... | Anders Carlsson | 2009-10-13 | 1 | -6/+13 |
| * | More return type checking. | Anders Carlsson | 2009-10-13 | 1 | -6/+10 |
| * | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor | 2009-10-13 | 1 | -10/+9 |
| * | More appropriate API usage. | John McCall | 2009-10-12 | 1 | -3/+1 |
| * | Implement -Wparentheses: warn about using assignments in contexts that require | John McCall | 2009-10-12 | 1 | -0/+53 |
| * | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor | 2009-10-12 | 1 | -7/+31 |
| * | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson | 2009-10-09 | 1 | -5/+26 |
| * | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -14/+14 |
| * | Implement support for -Wunused-variable, from Oscar Bonilla! | Douglas Gregor | 2009-10-08 | 1 | -3/+6 |
| * | For instantiations of static data members of class templates, keep | Douglas Gregor | 2009-10-08 | 1 | -4/+2 |
| * | Only perform an implicit instantiation of a function if its template | Douglas Gregor | 2009-10-08 | 1 | -9/+3 |
| * | Create CXXMemberCallExpr for pointer-to-member calls. | Anders Carlsson | 2009-10-03 | 1 | -0/+22 |
| * | - Remove Sema::FindMethodInNestedImplementations(). | Steve Naroff | 2009-10-01 | 1 | -18/+3 |
| * | When overload resolution fails for an overloaded operator, show the | Douglas Gregor | 2009-09-30 | 1 | -5/+13 |
| * | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor | 2009-09-25 | 1 | -10/+23 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -33/+50 |
| * | Fix a regression in accessing class getter using the dot-syntax | Fariborz Jahanian | 2009-09-22 | 1 | -55/+57 |
| * | Implement code completion within a function call, triggered after the | Douglas Gregor | 2009-09-22 | 1 | -63/+100 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -28/+28 |
| * | Fix two crashes on value dependent expressions (shift and null-pointer check). | Daniel Dunbar | 2009-09-17 | 1 | -1/+2 |
| * | Remove trailing whitespace. | Daniel Dunbar | 2009-09-17 | 1 | -8/+7 |
| * | Use getTrueExpr/getFalseExpr as suggested by Doug. | Anders Carlsson | 2009-09-15 | 1 | -2/+2 |
| * | Diagnose taking the address of a bit-field inside a conditional operator. | Anders Carlsson | 2009-09-14 | 1 | -0/+4 |
| * | -Wchar-subscripts should not warn for explicit signed char subscripts either.... | Sam Weinig | 2009-09-14 | 1 | -3/+3 |
| * | -Wchar-subscripts should not warn for unsigned char subscripts. Fixes PR4978. | Sam Weinig | 2009-09-14 | 1 | -1/+3 |
| * | Add support for -Wchar-subscripts. Fixes PR4801. | Sam Weinig | 2009-09-14 | 1 | -0/+3 |
| * | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor | 2009-09-12 | 1 | -2/+2 |
| * | Slight improvement for extern templates, so that an explicit | Douglas Gregor | 2009-09-11 | 1 | -0/+1 |
| * | Fix PR4878 for real. | Anders Carlsson | 2009-09-11 | 1 | -1/+10 |
| * | Test commit | Sam Weinig | 2009-09-11 | 1 | -1/+1 |
| * | Instantiate PredefinedExprs correctly. Patch by Sam Weinig! | Anders Carlsson | 2009-09-11 | 1 | -5/+10 |
| * | Don't check use of a member function declaration used if the member function ... | Anders Carlsson | 2009-09-10 | 1 | -1/+9 |
| * | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson | 2009-09-09 | 1 | -15/+13 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -352/+345 |
| * | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -14/+22 |
| * | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson | 2009-09-08 | 1 | -8/+6 |
| * | Use a separate diagnostic for default function argument expressions. | Anders Carlsson | 2009-09-05 | 1 | -6/+3 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -1/+61 |
| * | Improve template instantiation for member access expressions that | Douglas Gregor | 2009-09-03 | 1 | -5/+24 |
| * | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor | 2009-09-03 | 1 | -13/+17 |
| * | This patch does the following. | Fariborz Jahanian | 2009-09-03 | 1 | -9/+2 |
| * | It is illegal to derefrercne to an interface in | Fariborz Jahanian | 2009-09-02 | 1 | -2/+9 |
| * | Add a CK_FunctionToPointerDecay cast kind. | Anders Carlsson | 2009-09-01 | 1 | -1/+2 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -2/+30 |
| * | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -6/+4 |
| * | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor | 2009-08-31 | 1 | -6/+6 |
| * | Add parsing for references to member function templates with explicit | Douglas Gregor | 2009-08-31 | 1 | -1/+1 |
| * | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson | 2009-08-30 | 1 | -6/+8 |
| * | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian | 2009-08-29 | 1 | -0/+13 |
| * | CreateDeclRefExprs that point to UnresolvedUsingDecls. | Anders Carlsson | 2009-08-29 | 1 | -0/+5 |