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