| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a FIXME and corresponding test coverage for some suspicious behavior | Richard Smith | 2020-01-10 | 1 | -0/+1 |
| * | [objc_direct] Tigthen checks for direct methods | Pierre Habouzit | 2019-12-20 | 1 | -0/+53 |
| * | Set a source location for Objective-C accessor stubs | Adrian Prantl | 2019-12-05 | 1 | -0/+23 |
| * | [Sema] Fix a -Wobjc-signed-char-bool false-positive | Erik Pilkington | 2019-11-18 | 1 | -0/+56 |
| * | Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) | Pierre Habouzit | 2019-11-18 | 2 | -0/+274 |
| * | Fix two typos in one test name, three days before its 10th birthday! (NFC) | Adrian Prantl | 2019-11-08 | 1 | -0/+0 |
| * | Redeclare Objective-C property accessors inside the ObjCImplDecl in which the... | Adrian Prantl | 2019-11-08 | 1 | -1/+1 |
| * | Revert r374202"[ObjC generics] Fix not inheriting type bounds in categories/e... | Hans Wennborg | 2019-10-22 | 1 | -14/+0 |
| * | [ObjC] Diagnose implicit type coercion from ObjC 'Class' to object | James Y Knight | 2019-10-17 | 1 | -9/+9 |
| * | [ObjC] Add some additional test cases around pointer conversions. | James Y Knight | 2019-10-17 | 3 | -29/+61 |
| * | [ObjC generics] Fix not inheriting type bounds in categories/extensions. | Volodymyr Sapsai | 2019-10-09 | 1 | -0/+14 |
| * | [Sema] Emit diagnostics for uncorrected delayed typos at the end of TU | Ilya Biryukov | 2019-10-09 | 1 | -1/+2 |
| * | [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C... | Erik Pilkington | 2019-09-17 | 1 | -0/+49 |
| * | [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership | Akira Hatanaka | 2019-09-07 | 2 | -1/+26 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 2 | -5/+83 |
| * | [ObjC] Fix type checking for qualified id block parameters. | Volodymyr Sapsai | 2019-08-28 | 1 | -0/+11 |
| * | [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey | Erik Pilkington | 2019-08-14 | 1 | -1/+41 |
| * | Add SVE opaque built-in types | Richard Sandiford | 2019-08-09 | 1 | -0/+22 |
| * | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 2 | -83/+5 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 2 | -5/+83 |
| * | Revert [Sema] Resolve placeholder types before type deduction to silence spur... | Reid Kleckner | 2019-07-08 | 1 | -14/+2 |
| * | [Sema] Resolve placeholder types before type deduction to silence | Akira Hatanaka | 2019-07-08 | 1 | -2/+14 |
| * | [ObjC] Improve error message for a malformed objc-type-name | Erik Pilkington | 2019-06-26 | 1 | -1/+1 |
| * | Add the `objc_class_stub` attribute. | John McCall | 2019-05-30 | 2 | -0/+37 |
| * | Remove unicode character from test | Leonard Chan | 2019-05-21 | 1 | -1/+2 |
| * | [Sema] Fix for build on some iOS programs. | Leonard Chan | 2019-05-20 | 1 | -0/+16 |
| * | Fix for the greendragon bots. | Leonard Chan | 2019-05-08 | 1 | -1/+1 |
| * | Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att... | Leonard Chan | 2019-05-07 | 3 | -3/+9 |
| * | [Sema][ObjC] Disable -Wunused-parameter for ObjC methods | Akira Hatanaka | 2019-05-03 | 2 | -3/+7 |
| * | Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec... | Leonard Chan | 2019-05-03 | 3 | -9/+3 |
| * | [Attribute/Diagnostics] Print macro if definition is an attribute declaration | Leonard Chan | 2019-05-02 | 3 | -3/+9 |
| * | [Parser] Avoid correcting delayed typos in array subscript multiple times. | Volodymyr Sapsai | 2019-05-01 | 1 | -0/+15 |
| * | Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializer | Richard Smith | 2019-04-24 | 1 | -14/+2 |
| * | [Sema][ObjC] Don't warn about an implicitly retained self if the | Akira Hatanaka | 2019-04-17 | 1 | -18/+0 |
| * | Support objc_nonlazy_class attribute on Objective-C implementations | Erik Pilkington | 2019-04-11 | 1 | -1/+5 |
| * | Add support for attributes on @implementations in Objective-C | Erik Pilkington | 2019-04-11 | 2 | -4/+5 |
| * | Fix a test, NFC | Erik Pilkington | 2019-04-10 | 1 | -4/+12 |
| * | [Sema] Fix a use-after-deallocate of a ParsedAttr | Erik Pilkington | 2019-04-02 | 1 | -0/+4 |
| * | [Sema] Fix a use-after-free of a _Nonnull ParsedAttr | Erik Pilkington | 2019-03-14 | 1 | -0/+6 |
| * | Use {{.*}} in test case to match the type of wide string literals. | Akira Hatanaka | 2019-03-08 | 1 | -1/+1 |
| * | Fix test case committed in r355662. | Akira Hatanaka | 2019-03-08 | 1 | -1/+1 |
| * | [ObjC] Emit a boxed expression as a compile-time constant if the | Akira Hatanaka | 2019-03-08 | 3 | -7/+32 |
| * | [Sema][ObjC] Allow silencing -Wobjc-designated-initializers warnings by | Akira Hatanaka | 2019-03-01 | 1 | -0/+13 |
| * | [ObjC generics] Fix applying `__kindof` to the type parameter. | Volodymyr Sapsai | 2019-02-16 | 1 | -0/+52 |
| * | [ObjC] Fix non-canonical types preventing type arguments substitution. | Volodymyr Sapsai | 2019-02-15 | 1 | -0/+8 |
| * | [Sema] Fix-up a -Wfloat-conversion diagnostic | Erik Pilkington | 2019-02-14 | 1 | -0/+7 |
| * | [Sema] Delay checking whether objc_designated_initializer is being applied to... | Erik Pilkington | 2019-02-13 | 1 | -1/+14 |
| * | [Sema][ObjC] Disallow non-trivial C struct fields in unions. | Akira Hatanaka | 2019-02-07 | 1 | -1/+17 |
| * | [OBJC] Add attribute to mark Objective C class as non-lazy | Joe Daniels | 2019-02-04 | 1 | -0/+34 |
| * | [SemaObjC] Don't infer the availabilty of +new from -init if the receiver has... | Erik Pilkington | 2019-02-04 | 1 | -0/+13 |