Is it possible in DMD FE to detect that a type was declared as size_t? We need to be able to detect this in order to emit the proper type back to the .h file (and I suspect this same issue applies to .di files too)
I'm not sure how what you're saying relates to size_t?
I notice that when I use size_t in code, the type seems to be lost; is it just an alias for a sized integer? It needs to retain the fact that it was specified as size_t in the AST somehow.
Comment #3 by moonlightsentinel — 2020-11-07T16:15:04Z