Skip to content
Snippets Groups Projects
Commit f5c9ca1d authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Clarifies Sigs.CodeSemantics.init doc

parent 68e3b43a
No related branches found
No related tags found
No related merge requests found
...@@ -612,8 +612,10 @@ sig ...@@ -612,8 +612,10 @@ sig
Remark: [None] initializer are interpreted as zeroes. This is consistent Remark: [None] initializer are interpreted as zeroes. This is consistent
with the [init option] associated with global variables in CIL, with the [init option] associated with global variables in CIL,
for which the default initializer are zeroes. There is no for which the default initializer are zeroes. This function is called
[init option] value associated with local initializers. for global initializers and local initializers ([Cil.Local_init]).
It is not called for local variables without initializers as they do not
have a [Cil.init option].
*) *)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment