| Commit message (Expand) | Author | Age | Files | Lines |
| * | AltiVec vector comparison logic now affect only vectors of fundamental AltiVe... | Anton Yartsev | 2011-03-27 | 1 | -4/+6 |
| * | supported: AltiVec vector initialization with a single literal according to P... | Anton Yartsev | 2011-03-27 | 1 | -10/+45 |
| * | More coherent diagnostic attempting to assign to a member of a const object r... | Fariborz Jahanian | 2011-03-26 | 1 | -1/+20 |
| * | Allow GC qualifiers to be added/removed by conversions from/to void* | John McCall | 2011-03-26 | 1 | -0/+6 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -18/+42 |
| * | Fix an error with the declaration of block parameters that depend | John McCall | 2011-03-22 | 1 | -5/+14 |
| * | Clean up our handling of template-ids that resolve down to a single | Douglas Gregor | 2011-03-16 | 1 | -13/+4 |
| * | Don't indescriminately print overload candidates when we have invalid | Douglas Gregor | 2011-03-16 | 1 | -4/+0 |
| * | Allow function calls to dereferenced member pointers of | Douglas Gregor | 2011-03-16 | 1 | -3/+0 |
| * | Don't poke into redefined 'id' type looking for a property | Fariborz Jahanian | 2011-03-15 | 1 | -2/+3 |
| * | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -2/+2 |
| * | Fixes for some more expressions containing function templateids that | Douglas Gregor | 2011-03-12 | 1 | -4/+36 |
| * | OpenCL: if double precision floating point constant encountered | Peter Collingbourne | 2011-03-11 | 1 | -3/+8 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -33/+70 |
| * | When comparing a null pointer and something else, always cast the null | John McCall | 2011-03-11 | 1 | -15/+26 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -1/+1 |
| * | Fix my earlier commit to work with escaped newlines and leave breadcrumbs | John McCall | 2011-03-08 | 1 | -3/+2 |
| * | Update the check for a NULL macro to use Preprocessor::getSpelling(). | John McCall | 2011-03-08 | 1 | -5/+3 |
| * | Much to my surprise, OverloadExprs can also point to function template decls. | Matt Beaumont-Gay | 2011-03-05 | 1 | -9/+12 |
| * | Don't warning about shifting by too many bits in dead code. | Ted Kremenek | 2011-03-01 | 1 | -1/+3 |
| * | For C++, enhance -Warray-bounds to recursively analyze array subscript access... | Ted Kremenek | 2011-03-01 | 1 | -5/+2 |
| * | Don't wanr about "negative shifts" in code that is unreachable. Fixes PR 5544. | Ted Kremenek | 2011-03-01 | 1 | -1/+3 |
| * | Implement comparison of C++0x scoped enumeration types. Fixes PR9333. | Douglas Gregor | 2011-03-01 | 1 | -0/+7 |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -10/+3 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -9/+4 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -3/+9 |
| * | Provide a bit saying that a builtin undergoes custom type-checking, then | John McCall | 2011-02-26 | 1 | -11/+23 |
| * | Handle value dependent LHS as well as RHS. Test both of these, they | Chandler Carruth | 2011-02-24 | 1 | -1/+1 |
| * | Implement a warning for known shift overflows on constant shift | Chandler Carruth | 2011-02-23 | 1 | -16/+56 |
| * | Sema: diagnose kernel calls to non-global functions | Peter Collingbourne | 2011-02-23 | 1 | -0/+14 |
| * | Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r... | Ted Kremenek | 2011-02-23 | 1 | -10/+18 |
| * | Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(... | Ted Kremenek | 2011-02-23 | 1 | -6/+2 |
| * | Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the ... | Ted Kremenek | 2011-02-23 | 1 | -12/+12 |
| * | Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This | Matt Beaumont-Gay | 2011-02-22 | 1 | -104/+103 |
| * | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -6/+4 |
| * | Don't warn about static const integral data members with in-line constant | John McCall | 2011-02-21 | 1 | -2/+5 |
| * | Remove warning on future change in ivar lookup rule | Fariborz Jahanian | 2011-02-21 | 1 | -14/+0 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -26/+20 |
| * | Warn about code that uses variables and functions with internal linkage | John McCall | 2011-02-19 | 1 | -7/+19 |
| * | Initial steps to improve diagnostics when there is a NULL and | Chandler Carruth | 2011-02-18 | 1 | -0/+46 |
| * | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor | 2011-02-18 | 1 | -4/+2 |
| * | Introduce ASTContext::getLogicalOperationType() to return bool or int, depend... | Argyrios Kyrtzidis | 2011-02-18 | 1 | -3/+3 |
| * | When building a qualified reference to a member of an anonymous struct | Douglas Gregor | 2011-02-18 | 1 | -6/+7 |
| * | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -22/+7 |
| * | make block bodies handle undefined labels just like functions. | Chris Lattner | 2011-02-17 | 1 | -7/+4 |
| * | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -0/+4 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -21/+37 |
| * | Implement -Wenum-compare, which warns when comparing two enums of | Chandler Carruth | 2011-02-17 | 1 | -2/+18 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -26/+8 |
| * | Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded | Matt Beaumont-Gay | 2011-02-17 | 1 | -6/+57 |