https://github.com/rjmccall commented:

Thanks, that's definitely a significant step closer. I've given this a more 
detailed review. Unfortunately, writing builtins with custom type-checking can 
be a little tricky because of the range of languages we support in Clang. It 
mostly just involves making calls that you're supposed to be making anyway and 
checking for dependent types, but it's something every builtin needs to be 
doing.

https://github.com/llvm/llvm-project/pull/160185
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to