1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Build_path_prefix_map.html">
<link rel="next" href="CamlinternalMenhirLib.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Arg_helper" rel="Chapter" href="Arg_helper.html">
<link title="Ast_helper" rel="Chapter" href="Ast_helper.html">
<link title="Ast_invariants" rel="Chapter" href="Ast_invariants.html">
<link title="Ast_iterator" rel="Chapter" href="Ast_iterator.html">
<link title="Ast_mapper" rel="Chapter" href="Ast_mapper.html">
<link title="Asttypes" rel="Chapter" href="Asttypes.html">
<link title="Attr_helper" rel="Chapter" href="Attr_helper.html">
<link title="Build_path_prefix_map" rel="Chapter" href="Build_path_prefix_map.html">
<link title="Builtin_attributes" rel="Chapter" href="Builtin_attributes.html">
<link title="CamlinternalMenhirLib" rel="Chapter" href="CamlinternalMenhirLib.html">
<link title="Ccomp" rel="Chapter" href="Ccomp.html">
<link title="Clflags" rel="Chapter" href="Clflags.html">
<link title="Compiler_libs" rel="Chapter" href="Compiler_libs.html">
<link title="Config" rel="Chapter" href="Config.html">
<link title="Consistbl" rel="Chapter" href="Consistbl.html">
<link title="Depend" rel="Chapter" href="Depend.html">
<link title="Docstrings" rel="Chapter" href="Docstrings.html">
<link title="Domainstate" rel="Chapter" href="Domainstate.html">
<link title="Identifiable" rel="Chapter" href="Identifiable.html">
<link title="Int_replace_polymorphic_compare" rel="Chapter" href="Int_replace_polymorphic_compare.html">
<link title="Lexer" rel="Chapter" href="Lexer.html">
<link title="Load_path" rel="Chapter" href="Load_path.html">
<link title="Location" rel="Chapter" href="Location.html">
<link title="Longident" rel="Chapter" href="Longident.html">
<link title="Misc" rel="Chapter" href="Misc.html">
<link title="Numbers" rel="Chapter" href="Numbers.html">
<link title="Parse" rel="Chapter" href="Parse.html">
<link title="Parser" rel="Chapter" href="Parser.html">
<link title="Parsetree" rel="Chapter" href="Parsetree.html">
<link title="Pparse" rel="Chapter" href="Pparse.html">
<link title="Pprintast" rel="Chapter" href="Pprintast.html">
<link title="Printast" rel="Chapter" href="Printast.html">
<link title="Profile" rel="Chapter" href="Profile.html">
<link title="Strongly_connected_components" rel="Chapter" href="Strongly_connected_components.html">
<link title="Syntaxerr" rel="Chapter" href="Syntaxerr.html">
<link title="Targetint" rel="Chapter" href="Targetint.html">
<link title="Terminfo" rel="Chapter" href="Terminfo.html">
<link title="Warnings" rel="Chapter" href="Warnings.html"><title>Builtin_attributes</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Build_path_prefix_map.html" title="Build_path_prefix_map">Previous</a>
<a class="up" href="index.html" title="Index">Up</a>
<a class="post" href="CamlinternalMenhirLib.html" title="CamlinternalMenhirLib">Next</a>
</div>
<h1>Module <a href="type_Builtin_attributes.html">Builtin_attributes</a></h1>
<pre><span id="MODULEBuiltin_attributes"><span class="keyword">module</span> Builtin_attributes</span>: <code class="code"><span class="keyword">sig</span></code> <a href="Builtin_attributes.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info module top">
<div class="info-desc">
<p>Support for some of the builtin attributes</p>
<ul>
<li>ocaml.deprecated</li>
<li>ocaml.alert</li>
<li>ocaml.error</li>
<li>ocaml.ppwarning</li>
<li>ocaml.warning</li>
<li>ocaml.warnerror</li>
<li>ocaml.explicit_arity (for camlp4/camlp5)</li>
<li>ocaml.warn_on_literal_pattern</li>
<li>ocaml.deprecated_mutable</li>
<li>ocaml.immediate</li>
<li>ocaml.immediate64</li>
<li>ocaml.boxed / ocaml.unboxed</li>
</ul>
<p><b>Warning:</b> this module is unstable and part of
<a href="Compiler_libs.html">compiler-libs</a>.</p>
</div>
</div>
<hr width="100%">
<pre><span id="VALcheck_alerts"><span class="keyword">val</span> check_alerts</span> : <code class="type"><a href="Location.html#TYPEt">Location.t</a> -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> string -> unit</code></pre>
<pre><span id="VALcheck_alerts_inclusion"><span class="keyword">val</span> check_alerts_inclusion</span> : <code class="type">def:<a href="Location.html#TYPEt">Location.t</a> -><br> use:<a href="Location.html#TYPEt">Location.t</a> -><br> <a href="Location.html#TYPEt">Location.t</a> -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> string -> unit</code></pre>
<pre><span id="VALalerts_of_attrs"><span class="keyword">val</span> alerts_of_attrs</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> <a href="Misc.html#TYPEalerts">Misc.alerts</a></code></pre>
<pre><span id="VALalerts_of_sig"><span class="keyword">val</span> alerts_of_sig</span> : <code class="type"><a href="Parsetree.html#TYPEsignature">Parsetree.signature</a> -> <a href="Misc.html#TYPEalerts">Misc.alerts</a></code></pre>
<pre><span id="VALalerts_of_str"><span class="keyword">val</span> alerts_of_str</span> : <code class="type"><a href="Parsetree.html#TYPEstructure">Parsetree.structure</a> -> <a href="Misc.html#TYPEalerts">Misc.alerts</a></code></pre>
<pre><span id="VALcheck_deprecated_mutable"><span class="keyword">val</span> check_deprecated_mutable</span> : <code class="type"><a href="Location.html#TYPEt">Location.t</a> -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> string -> unit</code></pre>
<pre><span id="VALcheck_deprecated_mutable_inclusion"><span class="keyword">val</span> check_deprecated_mutable_inclusion</span> : <code class="type">def:<a href="Location.html#TYPEt">Location.t</a> -><br> use:<a href="Location.html#TYPEt">Location.t</a> -><br> <a href="Location.html#TYPEt">Location.t</a> -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> string -> unit</code></pre>
<pre><span id="VALcheck_no_alert"><span class="keyword">val</span> check_no_alert</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> unit</code></pre>
<pre><span id="VALerror_of_extension"><span class="keyword">val</span> error_of_extension</span> : <code class="type"><a href="Parsetree.html#TYPEextension">Parsetree.extension</a> -> <a href="Location.html#TYPEerror">Location.error</a></code></pre>
<pre><span id="VALwarning_attribute"><span class="keyword">val</span> warning_attribute</span> : <code class="type">?ppwarning:bool -> <a href="Parsetree.html#TYPEattribute">Parsetree.attribute</a> -> unit</code></pre><div class="info ">
<div class="info-desc">
<p>Apply warning settings from the specified attribute.
"ocaml.warning"/"ocaml.warnerror" (and variants without the prefix)
are processed and other attributes are ignored.</p>
<p>Also implement ocaml.ppwarning (unless ~ppwarning:false is
passed).</p>
</div>
</div>
<pre><span id="VALwarning_scope"><span class="keyword">val</span> warning_scope</span> : <code class="type">?ppwarning:bool -> <a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> (unit -> 'a) -> 'a</code></pre><div class="info ">
<div class="info-desc">
<p>Execute a function in a new scope for warning settings. This
means that the effect of any call to <code class="code">warning_attribute</code> during
the execution of this function will be discarded after
execution.</p>
<p>The function also takes a list of attributes which are processed
with <code class="code">warning_attribute</code> in the fresh scope before the function
is executed.</p>
</div>
</div>
<pre><span id="VALwarn_on_literal_pattern"><span class="keyword">val</span> warn_on_literal_pattern</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> bool</code></pre>
<pre><span id="VALexplicit_arity"><span class="keyword">val</span> explicit_arity</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> bool</code></pre>
<pre><span id="VALimmediate"><span class="keyword">val</span> immediate</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> bool</code></pre>
<pre><span id="VALimmediate64"><span class="keyword">val</span> immediate64</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> bool</code></pre>
<pre><span id="VALhas_unboxed"><span class="keyword">val</span> has_unboxed</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> bool</code></pre>
<pre><span id="VALhas_boxed"><span class="keyword">val</span> has_boxed</span> : <code class="type"><a href="Parsetree.html#TYPEattributes">Parsetree.attributes</a> -> bool</code></pre></body></html>
|