| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we actually generate defaulted copy constructors; caught by | Alexis Hunt | 2011-05-14 | 1 | -1/+1 |
* | What I hope to be an implementation of defaulted copy assignment | Alexis Hunt | 2011-05-14 | 1 | -1/+1 |
* | Defaulting copy constructors now works reasonably well. | Alexis Hunt | 2011-05-13 | 1 | -3/+2 |
* | Hrm | Alexis Hunt | 2011-05-12 | 1 | -1/+1 |
* | Make it so that we actually generate definitions for explicitly | Alexis Hunt | 2011-05-12 | 1 | -2/+2 |
* | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Alexis Hunt | 2011-05-09 | 1 | -1/+1 |
* | Implement Sema::isExprCallable. | Matt Beaumont-Gay | 2011-05-04 | 1 | -107/+39 |
* | Add a warning for when reinterpret_cast leads to undefined behavior, patch by... | Argyrios Kyrtzidis | 2011-05-02 | 1 | -1/+7 |
* | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl | 2011-04-29 | 1 | -0/+4 |
* | When block-capturing a variable with a non-trivial destructor, | John McCall | 2011-04-28 | 1 | -2/+12 |
* | FixOverloadedFunctionReference needs to rebuild member accesses of | John McCall | 2011-04-27 | 1 | -8/+12 |
* | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -81/+55 |
* | Emit a -Wnull-dereference warning for "*null" not just "*null = something". A... | Argyrios Kyrtzidis | 2011-04-26 | 1 | -19/+22 |
* | For the warnings related to -Wparentheses, display first the note about how t... | Argyrios Kyrtzidis | 2011-04-25 | 1 | -16/+16 |
* | Implement a new identifier-classification scheme where Sema | Douglas Gregor | 2011-04-24 | 1 | -9/+8 |
* | "note" location of forward class used as receiver of | Fariborz Jahanian | 2011-04-23 | 1 | -1/+1 |
* | For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333. | Argyrios Kyrtzidis | 2011-04-22 | 1 | -6/+5 |
* | Add a fixit suggest for missing case keywords inside a switch scope. For ins... | Richard Trieu | 2011-04-21 | 1 | -0/+8 |
* | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis | 2011-04-19 | 1 | -0/+2 |
* | Allow shadowin of 'self' in objc methods in | Fariborz Jahanian | 2011-04-15 | 1 | -0/+10 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+1 |
* | Fix mismatched delete. | Benjamin Kramer | 2011-04-15 | 1 | -1/+1 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+157 |
* | Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped in | Eli Friedman | 2011-04-14 | 1 | -4/+2 |
* | When creating an implicit member expression through a qualified-id, check tha... | Argyrios Kyrtzidis | 2011-04-14 | 1 | -3/+15 |
* | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson | 2011-04-14 | 1 | -1/+1 |
* | Issue the 2nd fixit even if fix-it hint is supressed. | Fariborz Jahanian | 2011-04-13 | 1 | -6/+5 |
* | No fixit hint for builtin expressions which are | Fariborz Jahanian | 2011-04-13 | 1 | -6/+8 |
* | Redeclaration of 'self' should be flagged in | Fariborz Jahanian | 2011-04-12 | 1 | -0/+11 |
* | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -179/+200 |
* | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -93/+283 |
* | Simplify calling CheckPlaceholderExpr, converge on it in a few places, | John McCall | 2011-04-10 | 1 | -17/+19 |
* | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall | 2011-04-09 | 1 | -39/+114 |
* | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -1/+1 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -636/+818 |
* | In C++ the argument of logical not should always be bool. Added missing impli... | Abramo Bagnara | 2011-04-07 | 1 | -2/+8 |
* | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -35/+185 |
* | Wide Pascal strings should be of type wchar_t[] and not unsigned char[]. | Anders Carlsson | 2011-04-06 | 1 | -2/+4 |
* | When emitting a "too many arguments to function call..." error, also include ... | Ted Kremenek | 2011-04-04 | 1 | -0/+7 |
* | de-sugared when accessing property reference type. | Fariborz Jahanian | 2011-03-30 | 1 | -1/+1 |
* | Don't do the checks of Sema::DiagnoseEqualityWithExtraParens() on type-depend... | Argyrios Kyrtzidis | 2011-03-28 | 1 | -0/+3 |
* | Implements property of reference types. Adding | Fariborz Jahanian | 2011-03-28 | 1 | -0/+17 |
* | refactoring | Anton Yartsev | 2011-03-28 | 1 | -3/+1 |
* | 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 |