Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Teach the ARC compiler to not require __bridge casts when | John McCall | 2011-10-17 | 1 | -44/+50 | |
| | | | | | | | passing/receiving CF objects at +0 to/from Objective-C methods or audited C functions. llvm-svn: 142219 | |||||
* | Add a helper function for determining whether an expression | John McCall | 2011-10-17 | 1 | -1/+1 | |
| | | | | | | has placeholder type. llvm-svn: 142203 | |||||
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -20/+24 | |
| | | | | | | | | | | | and DefaultFunctionArrayLvalueConversion. To prevent significant regression for should-this-be-a-call fixits, and to repair some such regression from the introduction of bound member placeholders, make those placeholder checks try to build calls appropriately. Harden the build-a-call logic while we're at it. llvm-svn: 141738 | |||||
* | Rename SemaCXXCast.cpp to SemaCast.cpp. | John McCall | 2011-10-11 | 1 | -0/+2065 | |
llvm-svn: 141686 |