OSDN Git Service

Clarify the relationship between byval and readonly/
authorDuncan Sands <baldrick@free.fr>
Mon, 6 Oct 2008 08:14:18 +0000 (08:14 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 6 Oct 2008 08:14:18 +0000 (08:14 +0000)
commitedb05dfe4815682b91280a9f4b28c3e47da5b141
treed07e46d526828c5c02bc8b4d60f0d6341677e5b1
parentd20a00d01199d95c2cb6685ad483985ba400ca48
Clarify the relationship between byval and readonly/
readnone.  Make clearer that readnone functions do not
dereference pointer arguments.  Do not use the highly
ambiguous "side-effects" in the readonly description
(since such functions can have control flow side-effects,
such as throwing an exception, or looping for ever).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57166 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html