This is a follow-up on https://reviews.llvm.org/D52879, addressing a few issues.
This:
- adds a FIXME for later improvement for specific builtins: I previously have only checked OpenCL ones and ensured tests cover those.
- fixed the CallExpr type.
Differential D55136
[OpenCL][Sema] Improve BuildResolvedCallExpr handling of builtins mantognini on Nov 30 2018, 10:21 AM. Authored by
Details This is a follow-up on https://reviews.llvm.org/D52879, addressing a few issues. This:
Diff Detail
Event TimelineComment Actions Much better. LGTM with a small format nit.
|