| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -123/+210 |
* | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -62/+156 |
* | comparison of AltiVec vectors now gives bool result (fix for 7533) | Anton Yartsev | 2010-11-18 | 1 | -0/+5 |
* | Warn if direct accessing synthesized ivar backing the property in | Fariborz Jahanian | 2010-11-17 | 1 | -1/+7 |
* | Don't emit warn_logical_and_in_logical_or for cases like "a && b || 0". | Argyrios Kyrtzidis | 2010-11-17 | 1 | -6/+19 |
* | Don't emit warn_logical_and_in_logical_or for macros. Fixes rdar://8678458 | Argyrios Kyrtzidis | 2010-11-17 | 1 | -1/+1 |
* | Don't warn for parentheses for the '&&' inside '||' for cases like: | Argyrios Kyrtzidis | 2010-11-17 | 1 | -11/+52 |
* | Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 | Argyrios Kyrtzidis | 2010-11-16 | 1 | -3/+23 |
* | Implements __block API for c++ objects. There is still | Fariborz Jahanian | 2010-11-16 | 1 | -10/+14 |
* | Kill off the remaining places which generate CK_Unknown casts. | John McCall | 2010-11-16 | 1 | -8/+31 |
* | Yes, vector conversions are bitcasts. | John McCall | 2010-11-15 | 1 | -3/+3 |
* | Assorted work leading towards the elimination of CK_Unknown. | John McCall | 2010-11-15 | 1 | -108/+159 |
* | Add a few more complex-related cast kinds that arise due to arbitrary | John McCall | 2010-11-14 | 1 | -30/+128 |
* | Introduce five new cast kinds for various conversions into and | John McCall | 2010-11-13 | 1 | -26/+42 |
* | Bring UsualArithmeticConversionsType back into Sema and cast the | John McCall | 2010-11-13 | 1 | -10/+244 |
* | Introduce a null-to-pointer implicit cast kind. | John McCall | 2010-11-13 | 1 | -12/+19 |
* | Adding couple of Block API, a bug fix and | Fariborz Jahanian | 2010-11-11 | 1 | -6/+8 |
* | Attempt to resolve overloaded functions in comma expressions and | Douglas Gregor | 2010-11-09 | 1 | -0/+24 |
* | Revert the fix for PR8013. | Douglas Gregor | 2010-11-09 | 1 | -4/+6 |
* | Handle overload resolution when calling an overloaded function set | Douglas Gregor | 2010-11-09 | 1 | -6/+4 |
* | When building a compound literal, check that the base element of the array is... | Argyrios Kyrtzidis | 2010-11-08 | 1 | -0/+5 |
* | Remove broken support for variadic templates, along with the various | Douglas Gregor | 2010-11-07 | 1 | -2/+1 |
* | Expressions of type std::nullptr_t can be used as sentinels. | Anders Carlsson | 2010-11-05 | 1 | -0/+4 |
* | It's OK to use nullptr in relational operators if the other side is a null po... | Anders Carlsson | 2010-11-04 | 1 | -6/+7 |
* | Improve source-location information for CXXConstructExpr nodes, by | Douglas Gregor | 2010-11-03 | 1 | -1/+3 |
* | Teach code completion to provide property results when the property | Douglas Gregor | 2010-11-02 | 1 | -8/+23 |
* | Emit error when using a bound member function for something other than callin... | Argyrios Kyrtzidis | 2010-11-01 | 1 | -0/+4 |
* | Require that the types of the parameters of a block literal are complete. | Douglas Gregor | 2010-11-01 | 1 | -4/+6 |
* | Decay array/function types of a statement-expression. | Fariborz Jahanian | 2010-10-27 | 1 | -2/+1 |
* | patch to do array-to-pointer conversion in a | Fariborz Jahanian | 2010-10-27 | 1 | -0/+2 |
* | Delay complete-type checking for arguments to no-prototype functions | Douglas Gregor | 2010-10-26 | 1 | -12/+6 |
* | Patch for mis-compile of statement expressions with | Fariborz Jahanian | 2010-10-25 | 1 | -6/+28 |
* | Look through the address-of operator to find the function being | Douglas Gregor | 2010-10-25 | 1 | -0/+4 |
* | When we're calling a function that we know based on its K&R-style | Douglas Gregor | 2010-10-25 | 1 | -10/+37 |
* | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson | 2010-10-22 | 1 | -1/+5 |
* | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor | 2010-10-20 | 1 | -1/+3 |
* | Fixes a bug in ivar lookup in the new objc's default | Fariborz Jahanian | 2010-10-19 | 1 | -1/+6 |
* | When marking declarations referenced within an expression (e.g., | Douglas Gregor | 2010-10-19 | 1 | -0/+4 |
* | Report the location of the syntax error inside a macro. Fixes PR7944. | Nick Lewycky | 2010-10-15 | 1 | -1/+1 |
* | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -3/+8 |
* | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor | 2010-10-12 | 1 | -0/+18 |
* | Fix anon union member assignment expression's location. | Devang Patel | 2010-10-12 | 1 | -1/+1 |
* | C's comma operator performs lvalue conversion on both its operands; | John McCall | 2010-10-12 | 1 | -6/+11 |
* | I just do what the comments tell me to do. | John McCall | 2010-10-12 | 1 | -1/+2 |
* | Progress. | John McCall | 2010-10-12 | 1 | -32/+65 |
* | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall | 2010-10-12 | 1 | -12/+42 |
* | This patch does a few things in the area of objective-c | Fariborz Jahanian | 2010-10-11 | 1 | -25/+32 |
* | Don't rely on a StringRef being null-terminated (it's not) for deprecation me... | Benjamin Kramer | 2010-10-09 | 1 | -6/+3 |
* | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -1/+15 |
* | Fixed cast to union with anonymous bitfields. | Abramo Bagnara | 2010-10-07 | 1 | -1/+2 |