jit: clarify (lack of) lifetime requirements on input const char *
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 1 Jul 2015 12:34:24 +0000 (12:34 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 1 Jul 2015 12:34:24 +0000 (12:34 +0000)
commitc575221adaa3075be660a28371977f52ce939ba8
treebcf2f6e8f13471582397d75105c3321cc4d570aa
parent7946683835932333aafd231f140b1e8812137bfb
jit: clarify (lack of) lifetime requirements on input const char *

gcc/jit/ChangeLog:
* docs/topics/contexts.rst (gcc_jit_context_set_bool_option):
Clarify lack of lifetime requirements on (const char *) parameter.
* docs/topics/expressions.rst
(gcc_jit_context_new_string_literal): Likewise.
(gcc_jit_context_new_global): Likewise.
* docs/topics/functions.rst (gcc_jit_context_new_param): Likewise.
(gcc_jit_context_new_function): Likewise.
(gcc_jit_function_new_block): Likewise.
(gcc_jit_block_add_comment): Likewise.
* docs/topics/locations.rst (gcc_jit_context_new_location):
Likewise.
* docs/topics/types.rst (gcc_jit_context_new_field): Likewise.
(gcc_jit_context_new_struct_type): Likewise.
* docs/_build/texinfo/libgccjit.texi: Regenerate.

From-SVN: r225245
gcc/jit/ChangeLog
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/topics/contexts.rst
gcc/jit/docs/topics/expressions.rst
gcc/jit/docs/topics/functions.rst
gcc/jit/docs/topics/locations.rst
gcc/jit/docs/topics/types.rst