Commit fdab756
[Sema] Handle objc_super special lookup when checking builtin compatibility
objc_super is special and needs LookupPredefedObjCSuperType() called before performing builtin type comparisons.
This fixes an error when compiling macOS headers. A test is added.
Differential Revision: https://reviews.llvm.org/D879171 parent adf8453 commit fdab756
File tree
2 files changed
+9
-0
lines changed- clang
- lib/Sema
- test/SemaObjCXX
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9643 | 9643 | | |
9644 | 9644 | | |
9645 | 9645 | | |
| 9646 | + | |
9646 | 9647 | | |
9647 | 9648 | | |
9648 | 9649 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments