summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/nullability_macro.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove unicode character from testLeonard Chan2019-05-211-1/+2
| | | | llvm-svn: 361302
* [Sema] Fix for build on some iOS programs.Leonard Chan2019-05-201-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
OpenPOWER on IntegriCloud