| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 59463
|
|
|
|
| |
llvm-svn: 59451
|
|
|
|
| |
llvm-svn: 59412
|
|
|
|
|
|
|
|
|
|
| |
- That is, the metadata for a protocol is only emitted if that
protocol is actually used in the translation unit. This is
important because Objective-C headers frequently contain a large
number of protocol definitions, only a few of which will be used in
any given file.
llvm-svn: 58400
|
|
|
|
|
|
| |
created with LHS and RHS whose types didn't match.
llvm-svn: 58049
|
|
|
|
| |
llvm-svn: 56902
|
|
|
|
| |
llvm-svn: 56564
|
|
|
|
|
|
|
|
|
| |
(1) Additional arguments to variadic methods should have default
promotions applied.
(2) Additional arguments to non-variadic methods were allowed.
llvm-svn: 56084
|
|
- Note that these don't really test anything other than that code
generation doesn't fail or crash. Better than nothing though!
llvm-svn: 55761
|