Const analysis #91
Labels
area:cil-interop
Related to CIL (.NET) interop
area:compiler
Related to code compilation or type checking
area:standard-support
Related to the C standard support
kind:feature
New feature or request
status:help-wanted
Open for contributors
As of now, Cesium ignores
const
keyword almost everywhere.It should start analyzing
const
and embed this info into the type (and possibly even into CLI metadata).See
TODO[#91]
in the code for possible places where this analysis can be added.The text was updated successfully, but these errors were encountered: