Skip to content

Conversation

@abadams
Copy link
Member

@abadams abadams commented Dec 19, 2024

CodeGen_LLVM.cpp: opaque pointers are now standard, and that flag no longer works anyway.

Var.h: We convert strings to Vars in many places internally, and some of those Vars originated from implicit Vars, so it's not feasible to require than the version that takes an explicit string isn't allowed to be passed things of the form "_[0-9]*". You can use the explicit constructor to make collisions with other Vars, and yes this includes the implicit vars.

CodeGen_LLVM.cpp: opaque pointers are now standard, and that flag no
longer works.

Var.h: We convert strings to Vars in many places internally, and some of
those Vars originated from implicit Vars, so it's not feasible to
require than the version that takes an explicit string isn't allowed to
be passed things of the form "_[0-9]*". You can use the explicit
constructor to make collisions with other Vars, and yes this includes
the implicit vars.
@abadams abadams merged commit bc9dfbf into main Dec 20, 2024
17 of 19 checks passed
@alexreinking alexreinking deleted the abadams/handle_misc_todos branch December 20, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants