Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r145244. It causes us to create broken ASTs with missing type information | Richard Smith | 2011-11-29 | 1 | -67/+11 |
* | Removed useless ImplicitCast nodes in explicit cstyle and static casts | Nicola Gigante | 2011-11-28 | 1 | -11/+67 |
* | Fixed a cut&paste error introduced in r141336. | Abramo Bagnara | 2011-11-15 | 1 | -1/+1 |
* | Add missing lvalue-to-rvalue conversion. | Eli Friedman | 2011-10-31 | 1 | -0/+6 |
* | -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. | Richard Smith | 2011-10-18 | 1 | -4/+8 |
* | Teach the ARC compiler to not require __bridge casts when | John McCall | 2011-10-17 | 1 | -44/+50 |
* | Add a helper function for determining whether an expression | John McCall | 2011-10-17 | 1 | -1/+1 |
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -20/+24 |
* | Rename SemaCXXCast.cpp to SemaCast.cpp. | John McCall | 2011-10-11 | 1 | -0/+2065 |