| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -3/+4 |
| * | Tweak the rule for deciding if a provisional ivar is needed | Fariborz Jahanian | 2011-01-26 | 1 | -1/+2 |
| * | Fix infinite loop during error diagnostics. Fixes rdar://8875304. | Argyrios Kyrtzidis | 2011-01-25 | 1 | -1/+1 |
| * | Revert r124146 for now. It appears to be failing on a few platforms. | Eric Christopher | 2011-01-24 | 1 | -2/+0 |
| * | pre/post increase/decrease for AltiVec vectors | Anton Yartsev | 2011-01-24 | 1 | -0/+2 |
| * | Warn about the use of unparenthesized |= in conditionals (which may be | Douglas Gregor | 2011-01-19 | 1 | -5/+15 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64. | NAKAMURA Takumi | 2011-01-19 | 1 | -2/+9 |
| * | Properly do a float -> _Complex double conversion, fixes rdar://8875946. | Argyrios Kyrtzidis | 2011-01-18 | 1 | -1/+2 |
| * | Add support for explicit constructor calls in Microsoft mode. | Francois Pichet | 2011-01-18 | 1 | -0/+6 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+1 |
| * | Add a comment for r123231. | Francois Pichet | 2011-01-11 | 1 | -0/+2 |
| * | In Microsoft mode, force 64 bit hex integer constants to signed type if the L... | Francois Pichet | 2011-01-11 | 1 | -1/+2 |
| * | Use the proper enum as parameter, instead of unsigned. No functionality change. | Argyrios Kyrtzidis | 2011-01-05 | 1 | -8/+5 |
| * | Refactor the application of type attributes so that attributes from | John McCall | 2011-01-05 | 1 | -22/+39 |
| * | Prefer getAs<ComplexType> rather than cast<ComplexType> on canonical type. Su... | Abramo Bagnara | 2011-01-04 | 1 | -11/+10 |
| * | Implement -Wself-assign, which warns on code such as: | Chandler Carruth | 2011-01-04 | 1 | -0/+36 |
| * | Guard lazy synthesis of provisional ivars under the new | Fariborz Jahanian | 2011-01-03 | 1 | -2/+4 |
| * | Unkown -> Unknown | Peter Collingbourne | 2011-01-02 | 1 | -3/+3 |
| * | Canonicalize types before possible cast. | Abramo Bagnara | 2010-12-28 | 1 | -1/+2 |
| * | Complain on missing property getter method only | Fariborz Jahanian | 2010-12-22 | 1 | -2/+9 |
| * | Warn when message is sent to receiver of | Fariborz Jahanian | 2010-12-21 | 1 | -6/+12 |
| * | Do lvalue-to-rvalue conversions on the LHS of a shift operator. | John McCall | 2010-12-16 | 1 | -8/+8 |
| * | ivars craeted for explicit @synthesize and those | Fariborz Jahanian | 2010-12-15 | 1 | -1/+1 |
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -6/+3 |
| * | Reorganize LookupMemberExpr for clarity and to make the obvious fast paths | John McCall | 2010-12-15 | 1 | -267/+321 |