| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add trivial buffer overflow checking in Sema. | Ted Kremenek | 2011-02-16 | 1 | -0/+8 |
| * | Fix think-o I committed without testing, shameful. | Daniel Dunbar | 2011-02-10 | 1 | -1/+1 |
| * | Fix a gcc Wuninitialized false positive. | Daniel Dunbar | 2011-02-10 | 1 | -1/+1 |
| * | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -13/+48 |
| * | NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. | John McCall | 2011-02-09 | 1 | -62/+126 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -73/+137 |
| * | pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) | Anton Yartsev | 2011-02-07 | 1 | -0/+2 |
| * | Improve our handling of the current instantiation for qualified | Douglas Gregor | 2011-02-04 | 1 | -25/+11 |
| * | When calling a bound pointer to member function, check the | Douglas Gregor | 2011-02-04 | 1 | -0/+20 |
| * | More capturing of 'this': implicit member expressions. Getting that | John McCall | 2011-02-03 | 1 | -110/+128 |
| * | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -102/+152 |
| * | Remove redundant check to not warn for warn_equality_with_extra_parens if we ... | Ted Kremenek | 2011-02-02 | 1 | -11/+6 |
| * | When diagnosing address-space changes, apply array-to-pointer decay first. | John McCall | 2011-02-01 | 1 | -0/+3 |
| * | Don't warn about extraneous '()' around a comparison if it occurs within a ma... | Ted Kremenek | 2011-02-01 | 1 | -9/+12 |
| * | Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far... | Argyrios Kyrtzidis | 2011-02-01 | 1 | -0/+5 |
| * | For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John! | Argyrios Kyrtzidis | 2011-02-01 | 1 | -1/+3 |
| * | Warn for "if ((a == b))" where the equality expression is needlessly wrapped ... | Argyrios Kyrtzidis | 2011-02-01 | 1 | -0/+22 |
| * | Perform the bad-address-space conversions check as part of | John McCall | 2011-02-01 | 1 | -18/+38 |
| * | Make Check*PointerTypesForAssignment private and tell them that they're | John McCall | 2011-01-31 | 1 | -73/+63 |
| * | Slightly reorganize CheckAssignmentConstraints and remove some redundant | John McCall | 2011-01-31 | 1 | -65/+87 |
| * | Error for use of field from anonymous struct or union should say "invalid use... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -1/+1 |
| * | Amazing that there are still issues with the fields of anonymous struct/unions.. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -9/+21 |