Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make | Akira Hatanaka | 2019-05-09 | 1 | -6/+6 |
* | Fix typo in test case. | Akira Hatanaka | 2019-05-02 | 1 | -1/+1 |
* | [CodeGen][ObjC] Remove the leading 'l' from symbols for protocol | Akira Hatanaka | 2019-03-14 | 1 | -1/+16 |
* | [ObjC] Error out when using forward-declared protocol in a @protocol | Alex Lorenz | 2018-08-17 | 1 | -1/+2 |
* | Correctly generate IR for ObjC messages sends to protocol-qualified types. | John McCall | 2010-05-17 | 1 | -1/+8 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Tests use the new clang. | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
* | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -1/+1 |
* | Force NeXT runtime for this test. | Daniel Dunbar | 2009-07-11 | 1 | -1/+1 |
* | Fix type conversion of ObjCObjectPointerType. | Daniel Dunbar | 2009-07-11 | 1 | -0/+50 |