Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unicode character from test | Leonard Chan | 2019-05-21 | 1 | -1/+2 |
| | | | | llvm-svn: 361302 | ||||
* | [Sema] Fix for build on some iOS programs. | Leonard Chan | 2019-05-20 | 1 | -0/+16 |
Nullability attributes weren't being stripped for AttributedTypes that were wrapped in a MacroQualifiedType. This fix adds a check for this type and a test. llvm-svn: 361205 |