This is no longer related to Clang and is just an opaque pointer
to data for a compiler type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think this might be better as opaque_compiler_type_t or something. It is longer, but if we switch the opaque decls over, it is confusing to have the types have the same name, I think.
Comment Actions
Looks good. We should switch all of TypeSystem's methods over to use this instead of "void *" as well in a future commit.
Comment Actions
I already have that as a commit lined up. Just wanted this to land separately first. :)